Version 0.2
This commit is contained in:
parent
490da9d724
commit
5671bd9a78
6 changed files with 513 additions and 538 deletions
firmware
|
@ -15,15 +15,3 @@ ISR(SPI_STC_vect)
|
|||
{
|
||||
spi.handleTransfer();
|
||||
}
|
||||
|
||||
/*
|
||||
ISR(BADISR_vect)
|
||||
{
|
||||
DDRB |= _BV(PB0);
|
||||
while(1)
|
||||
{
|
||||
PORTB ^= _BV(PB0);
|
||||
_delay_ms(100);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue