Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Open_House_IR_Bluetooth
Fork of Sabertooth by
Diff: Sabertooth.cpp
- Revision:
- 1:f2a076d3ef77
- Parent:
- 0:8ad928968f9e
--- a/Sabertooth.cpp Thu Feb 10 19:57:24 2011 +0000 +++ b/Sabertooth.cpp Fri Nov 06 12:23:40 2015 +0000 @@ -48,7 +48,7 @@ } void Sabertooth::InitializeCom(void){ - wait(2); // wait for sabertooth to initialized + wait(1); // wait for sabertooth to initialized _sabertoothserial.putc(START_CHARACTER); }