Demo starter application to connect WiGo to NSP and expose on-board sensors

Dependencies:   NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed nsdl_lib TEMT6200 TSI Wi-Go_eCompass_Lib_V3 WiGo_BattCharger

This is the mbed project for the IoT World Hackathon event, June 17th and 18th in Palo Also.

The setup instructions for participants are at the Setup page of this wiki:

http://mbed.org/teams/MBED_DEMOS/code/IoT_World_Hackathon_WiGo_NSP_Demo/wiki/Setup-Guide-for-the-IoT-World-Hackathon

Committer:
michaeljkoster
Date:
Sat Jun 14 08:00:41 2014 +0000
Revision:
5:bacf25e9419b
Child:
9:6501da9e384e
Added more resources

Who changed what in which revision?

UserRevisionLine numberNew contents of line
michaeljkoster 5:bacf25e9419b 1 // Battery resource implementation
michaeljkoster 5:bacf25e9419b 2
michaeljkoster 5:bacf25e9419b 3 #ifndef TEMPERATURE_H
michaeljkoster 5:bacf25e9419b 4 #define TEMPERATURE_H
michaeljkoster 5:bacf25e9419b 5
michaeljkoster 5:bacf25e9419b 6 #include "nsdl_support.h"
michaeljkoster 5:bacf25e9419b 7
michaeljkoster 5:bacf25e9419b 8 int create_temp_resource(sn_nsdl_resource_info_s *resource_ptr);
michaeljkoster 5:bacf25e9419b 9
michaeljkoster 5:bacf25e9419b 10 #endif