Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

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);