EZR

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

Fork of smartRamalKW by Equipe Firmware V2COM

main.h

Committer:
tpadovani
Date:
2015-06-16
Revision:
1:6ac7168763b6
Parent:
0:999112ad27f0
Child:
2:b808b1743de2

File content as of revision 1:6ac7168763b6:

#ifndef MAIN_H
#define MAIN_H

#include "mbed.h"
#include "settings.h"
#include "version.h"
#include "serialNumber.h"
#include "parameters.h"
#include "appParameters.h"
#include "FreescaleWatchdog.h"
#include "ggs.h"

ParametersBlock APP_PARAMETERS;












void iniciaWd();
void feedWd();
void softReset();
void enviaRespostaGGS(unsigned char * dados, int tamanho);
void printSerialNumber();


#endif