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: test_girouette_library
Diff: GirouetteWD1080.h
- Revision:
- 3:d4d516a75ac9
- Parent:
- 0:493f86ea1ecb
- Child:
- 4:dfa695d9c256
--- a/GirouetteWD1080.h Mon May 20 08:45:58 2019 +0000 +++ b/GirouetteWD1080.h Thu May 30 08:38:39 2019 +0000 @@ -8,10 +8,12 @@ { public: GirouetteWD1080(PinName analog_pin); - bool read(); + bool read_string(); + bool read_int(); //char direction[3]; - string direction; + string direction_string; + int direction_int; private: AnalogIn girouette;