Fork of KL46Z Wifi version. Moved to KL25Z as umbrella stand now requires 2 SPIs, thus requires 46z.

Dependencies:   WIZnet_Library_ASE mbed nanoservice_client_1_12

Fork of Trenton_Doormat_FRDM-KL25Z_ETH by Eric Gowland

Revision:
24:ad4d74ed0e4b
Parent:
18:c1a2c0c738b2
--- a/pressure_mat.cpp	Tue Aug 26 15:21:11 2014 +0000
+++ b/pressure_mat.cpp	Tue Sep 09 14:31:24 2014 +0000
@@ -10,7 +10,7 @@
 #define MINIMUM_REPORT_PERIOD    10  //Seconds
 
 //InterruptIn pressure_mat_in(PTD3);
-InterruptIn pressure_mat_in(PTD3);
+InterruptIn pressure_mat_in(PTA13);
 DigitalOut led1(LED1);
 Timer debounce;
 Timer reportTimer;