Henry Triff / Mbed 2 deprecated ELEC2645_Project_el18ht

Dependencies:   mbed

Revision:
13:28138043b471
Parent:
12:74f31212292f
Child:
14:edaf69190fcc
--- a/Leds/LEDs.h	Sat Mar 28 11:40:28 2020 +0000
+++ b/Leds/LEDs.h	Sat Mar 28 11:50:18 2020 +0000
@@ -1,4 +1,5 @@
 /** LEDs Class
+* @file LEDs.h
 * @brief Controls the LEDs on the device
 * @author Henry W Triff
 * @date Mar, 2020
@@ -21,6 +22,12 @@
 class LEDs
 {
 public:
+    /** Constructor */
+    LEDs();
+    
+    /** Destructor */
+    ~LEDs();
+    
     /** Changes the state of the LEDs depending on the speed of the vehicle
     * @param leds_on If LEDs are enabled in settings (bool)
     * @param speed The speed of the player (float)