ADC revised

This commit is contained in:
Tristan Krause 2019-04-03 14:09:58 +02:00
parent f9e56b44f3
commit 2d26632f41
9 changed files with 42 additions and 17 deletions

View file

@ -15,3 +15,8 @@ ISR(SPI_STC_vect)
{
spi.handleTransfer();
}
ISR(ADC_vect)
{
adu.handleConversionComplete();
}