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: MadPulseCntrl Emaxx_Navigation Emaxx_Navigation_Dynamic_HIL Madpulse_Speed_Control_temp ... more
Diff: ServoIn.h
- Revision:
- 2:07273d6016e9
- Parent:
- 1:b7cc6da72d09
- Child:
- 3:19c8eaf905e9
diff -r b7cc6da72d09 -r 07273d6016e9 ServoIn.h
--- a/ServoIn.h Wed Apr 15 19:36:40 2015 +0000
+++ b/ServoIn.h Sat May 09 15:25:03 2015 +0000
@@ -45,7 +45,7 @@
void timeoutTest(void);
ServoIn& operator= (ServoIn& rhs);
- operator int();
+ operator int();
private:
InterruptIn _interrupt;