You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,8 @@ Testing with the Software Serial library shows some incompatibilities at low bau
65
65
* ATmega1284p @ 24.576MHz : Seeed Studio Goldilocks, Seeed Studio Goldilocks Analogue
66
66
* ATmega2560 @ 16MHz : Arduino Mega, Arduino ADK
67
67
* ATmega2560 @ 16MHz : Seeed Studio ADK
68
-
* ATmegaXXXX @ XXMHz : Anything with an ATmega MCU, really.
68
+
69
+
The new megaAVR 0-Series devices are not compatible with this library. They are not yet supported by avr-libc and their interrupt structure is substantially different to previous devices. It may be a while until the avr-libc is updated, but when that happens further support can be added.
0 commit comments