EZR
Dependencies: CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04
Fork of smartRamalKW by
cmd/lerParametros.cpp@10:7a1d1abb5172, 2015-07-23 (annotated)
- Committer:
- tpadovani
- Date:
- Thu Jul 23 22:46:18 2015 +0000
- Revision:
- 10:7a1d1abb5172
- Parent:
- 5:1bc98277c257
Mem?ria de massa de tens?o e comando para ler o rel?gio atual.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
tpadovani | 5:1bc98277c257 | 1 | #include "appCommands.h" |
tpadovani | 5:1bc98277c257 | 2 | |
tpadovani | 5:1bc98277c257 | 3 | void cmdLerParametros(){ |
tpadovani | 10:7a1d1abb5172 | 4 | exec.enviaResposta(RESP_LER_PARAMETROS, (char *)&APP_PARAMETERS, sizeof(APP_PARAMETERS)); |
tpadovani | 5:1bc98277c257 | 5 | } |