ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19zf

Dependencies:   mbed

Revision:
11:494cc44777fe
Parent:
10:02ab3324be6c
Child:
13:eb60628db8bf
diff -r 02ab3324be6c -r 494cc44777fe shot/shot.h
--- a/shot/shot.h	Sun May 10 05:16:51 2020 +0000
+++ b/shot/shot.h	Mon May 11 09:09:31 2020 +0000
@@ -46,7 +46,7 @@
     ////mutators
     int get_size();
     
-    void gen_shot(int flag);
+    void gen_shot(int timer_flag, float increment, int max);
 
 private:
     std::vector<shot_posandtype> _p;