1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00

Minor changes.

This commit is contained in:
David A. Mellis 2008-07-02 19:23:20 +00:00
parent 278872728a
commit be66f329b3

View File

@ -2,12 +2,13 @@
0012
Add String library.
Add highByte(), lowByte(), and makeWord(high, low) functions.
Add bitRead() and bitWrite() functions (and bitSet() and bitClear()?)
Add Encoder library.
Add String library.
Comment LiquidCrystal examples.
Write LiquidCrystal documentation.
[done] Add Servo library.
[done] Move #include <WProgram.h> after other #include's? (prevent it from interfering with standard libraries)
[done] Add LiquidCrystal library.
[done] Add Servo library.