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.
Fork of football_project by
Diff: TA.h
- Revision:
- 54:2878d62714d6
- Parent:
- 52:060fdec99780
- Child:
- 67:5650f461722a
--- a/TA.h Sat Jan 16 00:36:20 2016 +0000
+++ b/TA.h Sat Jan 16 03:16:06 2016 +0000
@@ -112,6 +112,7 @@
char data[DATA_SIZE];
//static uint8_t networkID; // network group
+static bool batteryLow;
static uint8_t buttonsRising;
void post_color(uint32_t rgb);
@@ -121,6 +122,7 @@
void powerup(uint8_t);
void pulse(uint16_t on_time, uint16_t period, uint16_t ms, uint32_t rgb);
void pulse_off(void);
+bool isPulsing(void){ return pulsing; }
int get_buffer_size(void);
bool send(Message *m);
void send_immediate(Message *m);
