Version 0.2

This commit is contained in:
Tristan Krause 2019-04-03 12:05:08 +02:00
parent 490da9d724
commit 5671bd9a78
6 changed files with 513 additions and 538 deletions

View file

@ -15,15 +15,3 @@ ISR(SPI_STC_vect)
{
spi.handleTransfer();
}
/*
ISR(BADISR_vect)
{
DDRB |= _BV(PB0);
while(1)
{
PORTB ^= _BV(PB0);
_delay_ms(100);
}
}
*/