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
appParameters.h@4:2d0c2643c641, 2015-06-19 (annotated)
- Committer:
- tpadovani
- Date:
- Fri Jun 19 00:11:59 2015 +0000
- Revision:
- 4:2d0c2643c641
- Parent:
- 0:999112ad27f0
- Child:
- 5:1bc98277c257
vers?o teoricamente funcional, com apenas o comando de ler vers?o
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| tpadovani | 0:999112ad27f0 | 1 | #ifndef APPPARAMETERS_H |
| tpadovani | 0:999112ad27f0 | 2 | #define APPPARAMETERS_H |
| tpadovani | 0:999112ad27f0 | 3 | |
| tpadovani | 4:2d0c2643c641 | 4 | #include "mbed.h" |
| tpadovani | 4:2d0c2643c641 | 5 | |
| tpadovani | 0:999112ad27f0 | 6 | typedef struct { |
| tpadovani | 0:999112ad27f0 | 7 | unsigned short int estadoRele; |
| tpadovani | 0:999112ad27f0 | 8 | unsigned short int PROTOCOLO_MEDIDOR; // Protocolo de comunicacao com medidor: 0 = PIMA ELO, 1 = Piminha Copel, tambem chamado de SER-311 |
| tpadovani | 0:999112ad27f0 | 9 | } ParametersBlock; |
| tpadovani | 0:999112ad27f0 | 10 | |
| tpadovani | 0:999112ad27f0 | 11 | void validateAppParameters(); |
| tpadovani | 0:999112ad27f0 | 12 | |
| tpadovani | 0:999112ad27f0 | 13 | |
| tpadovani | 0:999112ad27f0 | 14 | |
| tpadovani | 0:999112ad27f0 | 15 | |
| tpadovani | 0:999112ad27f0 | 16 | #endif |
