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

pressure_mat.h

Committer:
erigow01
Date:
2014-06-27
Revision:
18:c1a2c0c738b2
Parent:
17:8ca4a5801430

File content as of revision 18:c1a2c0c738b2:

// 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();
void pressure_mat_resetTokens();
#endif