Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendous Inc.).
This commit is contained in:
parent
a34cccf099
commit
7d7573e4e5
5 changed files with 35 additions and 9 deletions
|
@ -44,7 +44,7 @@ int main(void)
|
|||
SetupHardware();
|
||||
|
||||
puts_P(PSTR(ESC_RESET ESC_BG_WHITE ESC_INVERSE_ON ESC_ERASE_DISPLAY
|
||||
"LUFA Demo running.\r\n" ESC_INVERSE_OFF));
|
||||
"LUFA Demo running.\r\n" ESC_INVERSE_OFF));
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue