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.cpp
- Revision:
- 9:e501499af4ef
- Parent:
- 8:e8d86c66283c
- Child:
- 10:7a1d1abb5172
diff -r e8d86c66283c -r e501499af4ef appCommands.cpp --- a/appCommands.cpp Thu Jul 02 22:57:47 2015 +0000 +++ b/appCommands.cpp Wed Jul 22 15:09:01 2015 +0000 @@ -39,6 +39,9 @@ case CMD_TENSAO_INSTANTANEA: cmdTensaoInstantanea(dados[0]); break; + case CMD_DETECTA_CARGA: + cmdDetectaCarga(); + break; } }