Arduino/libraries
David A. Mellis 76641d1a87 Returning CLOSE_WAIT clients in Server::available(). (issue #345).
Otherwise, we miss clients that connect, send data, and disconnect before
we get around to calling available().
2010-09-16 00:59:12 +00:00
..
EEPROM Added public domain notice 2010-02-24 03:49:52 +00:00
Ethernet Returning CLOSE_WAIT clients in Server::available(). (issue #345). 2010-09-16 00:59:12 +00:00
Firmata 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
LiquidCrystal No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-specific type names in String). 2010-08-06 01:23:19 +00:00
Matrix Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00
SPI Modified Barometric Pressure Sensor to make it easier for beginners to understand. 2010-08-15 13:32:38 +00:00
Servo 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
SoftwareSerial Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00
Sprite Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00
Stepper Added public domain notice 2010-02-24 03:53:35 +00:00
Wire Statically allocating buffers in Wire library (issue #351). 2010-09-16 00:50:43 +00:00