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: indicator.h
- Revision:
- 3:11ab070a3edb
- Parent:
- 2:ff5abf6d887c
diff -r ff5abf6d887c -r 11ab070a3edb indicator.h
--- a/indicator.h Tue Nov 22 10:59:11 2016 +0000
+++ b/indicator.h Tue Nov 29 08:40:18 2016 +0000
@@ -1,6 +1,7 @@
#ifndef MBED_INDICATOR_H
#define MBED_INDICATOR_H
#include "mbed.h"
+#include "rtos.h"
class Indicator
@@ -13,7 +14,7 @@
int ledstatus;
DigitalOut _pin;
void SetSituation();
- void Status(int situation);
+ void Status(int situation,int ledstatus);
void SlowFlash(int situation,int ledstatus);
void FastFlash(int situation,int ledstatus);