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.
Diff: Gamepad2/Gamepad.h
- 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;