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: v2hardware.h
- Revision:
- 28:af7e6b1b6f48
- Parent:
- 25:2c578b923ea9
- Child:
- 29:fec8fdf25d87
diff -r dd1abde3f620 -r af7e6b1b6f48 v2hardware.h
--- a/v2hardware.h Thu Dec 03 20:26:25 2015 +0000
+++ b/v2hardware.h Tue Dec 08 13:23:49 2015 +0000
@@ -27,8 +27,13 @@
DigitalOut ledMeter(PTA4);
DigitalOut ledLoad(PTE25);
DigitalOut ledBox(PTA1);
- DigitalOut reset_relay(PTB17);
- DigitalOut set_relay(PTB16);
+ #ifdef RELES_INVERTIDOS
+ DigitalOut reset_relay(PTB16);
+ DigitalOut set_relay(PTB17);
+ #else
+ DigitalOut reset_relay(PTB17);
+ DigitalOut set_relay(PTB16);
+ #endif
DigitalOut isopowerDisable(PTE24);
DigitalIn boxSensor(PTE30);
Serial ggsStream(PTD3, PTD2);
