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

Committer:
erigow01
Date:
Mon Apr 07 09:29:11 2014 +0000
Revision:
17:8ca4a5801430
Child:
18:c1a2c0c738b2
Working w/o Rtos;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
erigow01 17:8ca4a5801430 1 // Pressure Mat resource implementation
erigow01 17:8ca4a5801430 2
erigow01 17:8ca4a5801430 3 #ifndef PRESSURE_MAT_H
erigow01 17:8ca4a5801430 4 #define PRESSURE_MAT_H
erigow01 17:8ca4a5801430 5
erigow01 17:8ca4a5801430 6 #include "nsdl_support.h"
erigow01 17:8ca4a5801430 7
erigow01 17:8ca4a5801430 8 int create_pressure_mat_resource(sn_nsdl_resource_info_s *resource_ptr);
erigow01 17:8ca4a5801430 9 void pressure_mat_report();
erigow01 17:8ca4a5801430 10 #endif