PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

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