EZR

Dependencies:   CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04

Fork of smartRamalKW by Equipe Firmware V2COM

Revision:
4:2d0c2643c641
Parent:
3:21598044a47f
Child:
5:1bc98277c257
--- a/main.cpp	Wed Jun 17 23:09:51 2015 +0000
+++ b/main.cpp	Fri Jun 19 00:11:59 2015 +0000
@@ -24,11 +24,6 @@
     
 }
 
-void validateAppParameters(){
-    printf("App Params Validated\r\n");
-    
-}
-
 void iniciaWd(){
     wd.Configure();
     tickerWd.attach(&feedWd, WATCHDOG_INTERVAL);
@@ -43,16 +38,6 @@
     tickerWd.detach();
 }
 
-void enviaRespostaGGS(unsigned char * dados, int tamanho){
-    for(int i=0; i < tamanho; i++){
-        ggsStream.putc(dados[i]);
-    }
-}
-
-void executaComando(){
-    
-}
-
 void printSerialNumber(){
     printf("SN: ");
     for(int i=0; i < SERIAL_LENGTH; i++){