voltando a versao de n aberturas e fechamentos de sockets data 19/09

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed EALib

Fork of header_main_publish by VZTECH

Committer:
klauss
Date:
Fri Sep 19 16:40:17 2014 +0000
Revision:
17:67a6b557eda5
versao em teste de wdt, filesystem, callme

Who changed what in which revision?

UserRevisionLine numberNew contents of line
klauss 17:67a6b557eda5 1 #ifndef _PROMPT_H
klauss 17:67a6b557eda5 2 #define _PROMPT_H
klauss 17:67a6b557eda5 3
klauss 17:67a6b557eda5 4 extern uint8_t debug_alive;
klauss 17:67a6b557eda5 5 extern uint8_t debug_prompt;
klauss 17:67a6b557eda5 6 extern uint8_t dog;
klauss 17:67a6b557eda5 7
klauss 17:67a6b557eda5 8 void prompt_process();
klauss 17:67a6b557eda5 9 void init_fsystem();
klauss 17:67a6b557eda5 10
klauss 17:67a6b557eda5 11
klauss 17:67a6b557eda5 12 #endif