Weather man / Mbed 2 deprecated WeatherStation

Dependencies:   BLE_API mbed nRF51822 SHT21_ncleee

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WeatherService.h Source File

WeatherService.h

00001 #include "EnvironmentalService.h"
00002 
00003 class WeatherService : public EnvironmentalService {
00004     public:
00005         WeatherService(BLE& _ble): EnvironmentalService(_ble) {
00006             
00007         }
00008 };