Libarary of sensor resources for mbed Device Service. Requires NSDL Support Libarary, etc.

Dependents:   mbed-IBooth-ETH

height.h

Committer:
andcor02
Date:
2015-07-16
Revision:
4:bc54f10b3234
Parent:
0:fe416b02628b

File content as of revision 4:bc54f10b3234:

// Height (from Maxbotix) sensor resource implementation

#ifndef HEIGHT_H
#define HEIGHT_H

#include "nsdl_support.h"

int create_height_resource(sn_nsdl_resource_info_s *resource_ptr);
void height_report();
#endif  // HEIGHT