Albert Tan-Mulligan / Mbed 2 deprecated ELEC2645_Project_el18ajst

Dependencies:   mbed

Revision:
6:546eba371942
Parent:
1:a52187d01a78
--- a/Gamepad2/Gamepad.h	Wed May 20 21:39:09 2020 +0000
+++ b/Gamepad2/Gamepad.h	Fri May 22 14:58:55 2020 +0000
@@ -62,7 +62,8 @@
     mbed::PwmOut *_led4;
     mbed::PwmOut *_led5;
     mbed::PwmOut *_led6;
-
+    
+    
     mbed::InterruptIn *_button_A;
     mbed::InterruptIn *_button_B;
     mbed::InterruptIn *_button_X;
@@ -251,8 +252,6 @@
     void write_dac(float val);
 
 
-
-
 private:
 
     volatile bool A_fall;