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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Testing with the Software Serial library shows some incompatibilities at low bau
66
66
* ATmega2560 @ 16MHz : Arduino Mega, Arduino ADK
67
67
* ATmega2560 @ 16MHz : Seeed Studio ADK
68
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.
69
+
The new megaAVR 0-Series devices (eg. ATmega4809) are not fully compatible with this library. Their Timer configuration and structure is substantially different from previous devices, and forms part of a new __avr8x__ architecture. It may be a while until avr-libc is updated to include support, but when that happens further workd can be added here.
0 commit comments