mirror of
https://github.com/johncobb/avr_328p_freertos.git
synced 2025-07-08 08:01:04 +03:00
overhaul
This commit is contained in:
@ -11,12 +11,9 @@
|
||||
void vLEDInit(void)
|
||||
{
|
||||
DDRB |= _BV(PB5);
|
||||
//DDRB |= _BV(PB6);
|
||||
}
|
||||
|
||||
void vLEDToggle(void)
|
||||
{
|
||||
PORTB ^= _BV(PB5);
|
||||
//PORTD ^= _BV(PD6);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user