Frederico Prado / smartRamalEZR

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

Fork of smartRamalKW by Equipe Firmware V2COM

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers lerCiclosCorte.cpp Source File

lerCiclosCorte.cpp

00001 #include "appCommands.h"
00002 
00003 void cmdLerCiclosCorte(){
00004     exec.enviaResposta(RESP_LER_CICLOS_CORTE, (char*)&APP_PARAMETERS.contadorCiclos, 4);
00005 }