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
Diff: pressure_mat.h
- Revision:
- 17:8ca4a5801430
- Child:
- 18:c1a2c0c738b2
diff -r 3fb612af0dc5 -r 8ca4a5801430 pressure_mat.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pressure_mat.h Mon Apr 07 09:29:11 2014 +0000 @@ -0,0 +1,10 @@ +// Pressure Mat resource implementation + +#ifndef PRESSURE_MAT_H +#define PRESSURE_MAT_H + +#include "nsdl_support.h" + +int create_pressure_mat_resource(sn_nsdl_resource_info_s *resource_ptr); +void pressure_mat_report(); +#endif \ No newline at end of file