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
main.h
- Committer:
- tpadovani
- Date:
- 2015-07-22
- Revision:
- 9:e501499af4ef
- Parent:
- 4:2d0c2643c641
- Child:
- 10:7a1d1abb5172
File content as of revision 9:e501499af4ef:
#ifndef MAIN_H #define MAIN_H #include "mbed.h" #include "settings.h" #include "version.h" #include "FreescaleWatchdog.h" #include "serialNumber.h" #include "parameters.h" #include "appParameters.h" #include "v2hardware.h" #include "ggs.h" #include "sensor.h" ParametersBlock APP_PARAMETERS; void iniciaWd(); void feedWd(); void softReset(); void printSerialNumber(); void printParameters(); void detectaCargaSemCorte(); #endif