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.
Dependencies: Servo Cayenne-LPP
Diff: DummySensor.h
- Revision:
- 61:de4f2279be57
- Parent:
- 56:39847849d219
--- a/DummySensor.h Mon Jan 27 14:05:26 2020 +0000 +++ b/DummySensor.h Fri Jun 11 14:01:47 2021 +0000 @@ -35,6 +35,8 @@ int32_t read() { value += 2; + if(value>255){ + value=1;} return value; }