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: SBUS.cpp
- Revision:
- 8:1294344216eb
- Parent:
- 7:0a43fd370575
- Child:
- 9:0c412933b84f
diff -r 0a43fd370575 -r 1294344216eb SBUS.cpp --- a/SBUS.cpp Sat Jun 29 02:54:40 2019 +0000 +++ b/SBUS.cpp Fri Jul 05 10:54:41 2019 +0000 @@ -109,7 +109,7 @@ switchValue[i] = Low; break; default: - switchValue[i] = channel[i + 3] / 1904.0f; + switchValue[i] = 3; break; } }