Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Committer:
Cola
Date:
Sat Sep 20 20:28:24 2014 +0000
Revision:
21:0bd688722e81
Child:
69:65665afbad5d
20-09-14

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Cola 21:0bd688722e81 1 #ifndef _FLOOD_H__
Cola 21:0bd688722e81 2 #define _FLOOD_H__
Cola 21:0bd688722e81 3
Cola 21:0bd688722e81 4 extern uint8_t pflood ;
Cola 21:0bd688722e81 5 extern Timer tflood;
Cola 21:0bd688722e81 6 extern int floodcount;
Cola 21:0bd688722e81 7
Cola 21:0bd688722e81 8 void flood();
Cola 21:0bd688722e81 9
Cola 21:0bd688722e81 10 #endif