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

Dependents:   mbed-IBooth-ETH

Committer:
andcor02
Date:
Thu Jul 16 12:45:41 2015 +0000
Revision:
4:bc54f10b3234
Parent:
2:f271388cbfa9
Added Serial VCOM compatibility to S2S-K64F

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andcor02 2:f271388cbfa9 1 //accelerometer sensor resource implementation
andcor02 2:f271388cbfa9 2
andcor02 2:f271388cbfa9 3 #ifndef ACCELEROMETER_H
andcor02 2:f271388cbfa9 4 #define ACCELEROMETER_H
andcor02 2:f271388cbfa9 5
andcor02 2:f271388cbfa9 6 #include "nsdl_support.h"
andcor02 2:f271388cbfa9 7
andcor02 2:f271388cbfa9 8 int create_accelerometer_resource(sn_nsdl_resource_info_s *resource_ptr);
andcor02 2:f271388cbfa9 9 void accelerometer_report();
andcor02 2:f271388cbfa9 10 #endif // ACCELEROMETER