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: Leds/LEDs.h
- Revision:
- 15:944ef5ed4533
- Parent:
- 14:edaf69190fcc
- Child:
- 16:17f91f51358f
--- a/Leds/LEDs.h Sat Mar 28 11:54:49 2020 +0000
+++ b/Leds/LEDs.h Sat Mar 28 12:05:27 2020 +0000
@@ -1,9 +1,3 @@
-/** LEDs Class
-* @brief Controls the LEDs on the device
-* @author Henry W Triff
-* @date Mar, 2020
-*/
-
#ifndef LEDS_H
#define LEDS_H
@@ -17,6 +11,11 @@
#include "Ghost.h"
#include <string>
+/** LEDs Class
+* @brief Controls the LEDs on the device
+* @author Henry W Triff
+* @date Mar, 2020
+*/
class LEDs
{