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

resources/battery.h

Committer:
michaeljkoster
Date:
2014-06-14
Revision:
4:727f1aeb717a

File content as of revision 4:727f1aeb717a:

// Battery resource implementation

#ifndef BATTERY_H
#define BATTERY_H

#include "nsdl_support.h"

int create_battery_resource(sn_nsdl_resource_info_s *resource_ptr);

#endif