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: SDFileSystem mbed
Fork of PES4_Programme by
Diff: source/functions.cpp
- Revision:
- 12:f28a798d2661
- Parent:
- 11:e8a7a4a9af05
- Child:
- 17:bbafd216e059
--- a/source/functions.cpp Mon Mar 26 08:21:27 2018 +0000 +++ b/source/functions.cpp Mon Mar 26 12:39:57 2018 +0000 @@ -12,4 +12,12 @@ setPWM(9+(3-3*button)+2 , blue); } -void setValvePosition(char pos) {} \ No newline at end of file +void setValvePosition(char pos) { + switch + setPWM(0, ...); + } + +void setSpeed(char container, char direction){} + +bool controlPosition(char container){} +int getServoAngle(char container){} \ No newline at end of file