EZR
Dependencies: CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04
Fork of smartRamalKW by
cmd/lerVersao.cpp
- Committer:
- tpadovani
- Date:
- 2015-07-23
- Revision:
- 10:7a1d1abb5172
- Parent:
- 4:2d0c2643c641
- Child:
- 12:0f549dfba86c
File content as of revision 10:7a1d1abb5172:
#include "appCommands.h" #include "version.h" void cmdLerVersao(){ exec.enviaResposta(RESP_LER_VERSAO, (char *)&version, VERSION_LENGTH); }