This is mandatory

Dependencies:   BLE_API mbed nRF51822 SHT21_ncleee

WeatherService.h

Committer:
PostaL
Date:
2015-12-21
Revision:
5:fe4888cc60cc
Parent:
2:654ee4b3950f

File content as of revision 5:fe4888cc60cc:

#include "EnvironmentalService.h"

class WeatherService : public EnvironmentalService {
    public:
        WeatherService(BLE& _ble): EnvironmentalService(_ble) {
            
        }
};