1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/libraries
sebastienjean 369aeeef51 600 Baud comm. support, unsupported baudrate notification
- Added a 600 Baud line in DELAY_TABLE, for each CPU frequency.
(successfully tested for 16 MHz)

- begin(long speed) now returns a bool indicating if speed has been
found in DELAY_TABLE (if not, the method returns false immediately)
2012-12-01 00:20:55 +01:00
..
EEPROM updated URLs in LiquidCrystal examples 2012-04-11 12:56:31 +02:00
Ethernet Fixed typo in PachubeClientString example 2012-10-12 15:59:45 -04:00
Firmata Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot" 2011-10-27 11:45:13 -04:00
LiquidCrystal updated URLs in LiquidCrystal examples 2012-04-11 12:56:31 +02:00
SD Fixing SD card SPI pin mapping for Leonardo. 2012-06-22 11:28:16 -05:00
Servo Avoid TIMER3 conflict with Servo and tone(). 2012-08-08 18:27:40 +09:00
SoftwareSerial 600 Baud comm. support, unsupported baudrate notification 2012-12-01 00:20:55 +01:00
SPI just change a comment to make more sense 2012-06-05 21:10:09 -04:00
Stepper Removed Serial.begin() inside examples where not needed 2012-04-11 13:08:43 +02:00
WiFi Added SimpleWebServerWiFi 2012-11-25 21:28:55 -05:00
Wire Adding ability to send repeated starts in Wire library. 2012-02-18 20:05:11 -05:00