Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04
Fork of smartRamalKW by
Diff: appCommands.h
- Revision:
- 23:85202a52482d
- Parent:
- 22:b66e36356dd4
- Child:
- 24:69e7e7079915
diff -r b66e36356dd4 -r 85202a52482d appCommands.h --- a/appCommands.h Mon Oct 19 20:34:15 2015 +0000 +++ b/appCommands.h Tue Oct 20 21:53:16 2015 +0000 @@ -49,8 +49,8 @@ #define RESP_MM_TENSAO 0x26 #define CMD_MM_CORRENTE 0x27 #define RESP_MM_CORRENTE 0x28 -#define CMD_DETECTA_CARGA 0x29 -#define RESP_DETECTA_CARGA 0x2a +//#define CMD_DETECTA_CARGA 0x29 +//#define RESP_DETECTA_CARGA 0x2a #define CMD_LER_CICLOS_CORTE 0x2b #define RESP_LER_CICLOS_CORTE 0x2c //#define CMD_LER_PARAM_BLUETOOTH 0x2d @@ -91,7 +91,7 @@ void cmdBuscarMedidor(char * dados, unsigned char tamanhoDados); void cmdBuscarDendrion(); void respBuscarConcentrador(); -void cmdDetectaCarga(); +//void cmdDetectaCarga(); void cmdLerCiclosCorte(); //void cmdLerParamBluetooth(); //void cmdGravarParamBluetooth(char * dados, unsigned char tamanhoDados);
