relay exmaples

Fork of Hexi_Click_Relay_Example by Hexiwear

Revision:
1:489e49494755
Parent:
0:b492a09a523e
--- a/main.cpp	Wed Aug 24 22:27:49 2016 +0000
+++ b/main.cpp	Thu Aug 25 16:45:46 2016 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
-DigitalOut relay1(PTA10);
-DigitalOut relay2(PTC4);
+DigitalOut relay1(PTA11);
+DigitalOut relay2(PTC3);
 
 // main() runs in its own thread in the OS
 // (note the calls to Thread::wait below for delays)