ADC revised
This commit is contained in:
parent
f9e56b44f3
commit
2d26632f41
9 changed files with 42 additions and 17 deletions
|
@ -15,3 +15,8 @@ ISR(SPI_STC_vect)
|
|||
{
|
||||
spi.handleTransfer();
|
||||
}
|
||||
|
||||
ISR(ADC_vect)
|
||||
{
|
||||
adu.handleConversionComplete();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue