EZR

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

Fork of smartRamalKW by Equipe Firmware V2COM

cmd/lerParametros.cpp

Committer:
tpadovani
Date:
2015-07-23
Revision:
10:7a1d1abb5172
Parent:
5:1bc98277c257

File content as of revision 10:7a1d1abb5172:

#include "appCommands.h"

void cmdLerParametros(){
    exec.enviaResposta(RESP_LER_PARAMETROS, (char *)&APP_PARAMETERS, sizeof(APP_PARAMETERS));
}