mirror of
				https://github.com/Djeeberjr/fw-anwesenheit.git
				synced 2025-11-03 23:24:10 +00:00 
			
		
		
		
	chanched startup routine
This commit is contained in:
		
							parent
							
								
									610840311f
								
							
						
					
					
						commit
						279e2f7454
					
				@ -1,6 +1,7 @@
 | 
				
			|||||||
use embassy_time::{Duration, Timer};
 | 
					use embassy_time::{Duration, Timer};
 | 
				
			||||||
use esp_hal::gpio::{AnyPin, Output};
 | 
					use esp_hal::gpio::{AnyPin, Output};
 | 
				
			||||||
use esp_hal::peripherals;
 | 
					use esp_hal::peripherals;
 | 
				
			||||||
 | 
					use esp_hal::twai::TimingConfig;
 | 
				
			||||||
use esp_hal_smartled::SmartLedsAdapterAsync;
 | 
					use esp_hal_smartled::SmartLedsAdapterAsync;
 | 
				
			||||||
use log::debug;
 | 
					use log::debug;
 | 
				
			||||||
use smart_leds::SmartLedsWriteAsync;
 | 
					use smart_leds::SmartLedsWriteAsync;
 | 
				
			||||||
@ -105,6 +106,8 @@ pub async fn feedback_task(
 | 
				
			|||||||
                buzzer.set_high();
 | 
					                buzzer.set_high();
 | 
				
			||||||
                Timer::after(Duration::from_millis(100)).await;
 | 
					                Timer::after(Duration::from_millis(100)).await;
 | 
				
			||||||
                buzzer.set_low();
 | 
					                buzzer.set_low();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                Timer::after(Duration::from_secs(2)).await;
 | 
				
			||||||
                led.write(brightness(
 | 
					                led.write(brightness(
 | 
				
			||||||
                    [BLACK; init::hardware::NUM_LEDS].into_iter(),
 | 
					                    [BLACK; init::hardware::NUM_LEDS].into_iter(),
 | 
				
			||||||
                    LED_LEVEL,
 | 
					                    LED_LEVEL,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user