Added example project and workspace for IAR for AVR compiler, and fixed compiler errors and warnings after doing such a deed.
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
|
||||
/* we could have array of ADC results */
|
||||
static volatile uint8_t Sample_Result;
|
||||
/* forward prototype */
|
||||
ISR(ADC_vect);
|
||||
|
||||
ISR(ADC_vect)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user