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.
Fork of Ventiel by
Diff: ventiel.h
- Revision:
- 0:6139224eb903
- Child:
- 4:0b90e095f3b7
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ventiel.h Mon Aug 18 13:44:32 2014 +0000 @@ -0,0 +1,14 @@ +#include "mbed.h" + +class ventiel { + private: + + public: + + uint8_t v_var; + + ventiel(); + void set(uint8_t val); + void reset(uint8_t val); + bool get(uint8_t val); +};