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.
Diff: PwmIn/PwmIn.cpp
- Revision:
- 221:1e607c8d7d76
- Parent:
- 155:7c6005933d4c
diff -r ff69c230aa6d -r 1e607c8d7d76 PwmIn/PwmIn.cpp
--- a/PwmIn/PwmIn.cpp Tue Jun 26 19:57:45 2018 +0000
+++ b/PwmIn/PwmIn.cpp Tue Oct 02 06:15:56 2018 +0000
@@ -58,7 +58,7 @@
enabled = false;
usecs = usec_min;
}
- if(!enabled) return -1;
+ if(!enabled) return 0;
return constrain(map((float)usecs, usec_min, usec_max, 0, 1), 0, 1);
}