David A. Mellis
|
1c2b95f759
|
Fixed abs(), min(), max(), constrain() macros (were incorrectly parenthesized).
|
2006-03-20 22:43:25 +00:00 |
|
David A. Mellis
|
c8711cd2fd
|
printInteger() & co now take longs instead of ints.
|
2006-02-24 15:52:19 +00:00 |
|
David A. Mellis
|
7e0183cf41
|
Added C++/extern C wrappers, missing function prototypes.
|
2006-02-12 16:00:47 +00:00 |
|
David A. Mellis
|
55dc23e859
|
Fixed beginSerial() to take baud rates above 19200; adjusted Serial Monitor Baud Rate menu items accordingly.
|
2006-01-16 09:55:09 +00:00 |
|
David A. Mellis
|
bbec45d3df
|
Improved accuracy of delayMicroseconds().
|
2005-12-03 17:03:26 +00:00 |
|
David A. Mellis
|
11aca24b1f
|
Renamed delayMicro() to delayMicroseconds()
|
2005-09-27 14:39:03 +00:00 |
|
David A. Mellis
|
7fbb37cbe0
|
Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs.
|
2005-09-25 14:11:32 +00:00 |
|