1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Got uart/usart serial communication working with the atmega168. Added some #define for the appropriate register and interrupt/signal names.

This commit is contained in:
David A. Mellis
2006-08-26 11:35:39 +00:00
parent 2f97a4b146
commit 896194ff77
2 changed files with 15 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ UPDATES
0005
ATmega168 support on the way (currently timers and pwm working).
ATmega168 support in the AVR libraries.
New Wiring-compatible randomSeed(), random(max) and random(min, max) functions
(except operating on longs instead of floats).
Fixed bug that sometimes caused uploading of old versions of a sketch.