This commit is contained in:
=
2019-04-17 15:22:07 -05:00
parent 0c07499e54
commit 49e715f518
128 changed files with 754 additions and 42477 deletions

View File

@ -11,12 +11,9 @@
void vLEDInit(void)
{
DDRB |= _BV(PB5);
//DDRB |= _BV(PB6);
}
void vLEDToggle(void)
{
PORTB ^= _BV(PB5);
//PORTD ^= _BV(PD6);
}