mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
369aeeef51
- 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)