David A. Mellis
|
d277488310
|
Cleaning up the core (modified version of a patch by Jim Studt): moving pin definitions to program space to save RAM, changing core function arguments (e.g. pinMode(), digitalWrite()) to uint8_t, restoring old SREG after delayMicroseconds() instead of always enabling interrupts, etc.
|
2007-04-20 23:17:38 +00:00 |
|
David A. Mellis
|
2bc42669e8
|
Adding Serial.flush() command.
|
2006-12-25 18:00:30 +00:00 |
|
David A. Mellis
|
e3a0eeb6df
|
Changed HardwareSerial to call the C serial functions in wiring.h and wiring.c to save space.
|
2006-11-23 11:39:23 +00:00 |
|
David A. Mellis
|
650c2752c8
|
Serial.println() now sends '\r', '\n' (instead of just '\n')
|
2006-03-26 12:13:01 +00:00 |
|
David A. Mellis
|
c6d860ef00
|
Adding new C++ Serial lib from Nick/Wiring, but modified to use avrlib's uart.c and uart.h as low-level functions.
|
2006-03-23 14:16:00 +00:00 |
|