BMP180 and BLE

Dependencies:   BLE_API mbed nRF51822

Fork of WeatherStation by Weather man

WeatherService.h

Committer:
phivari
Date:
2018-01-10
Revision:
6:25ed8e2df02e
Parent:
2:654ee4b3950f

File content as of revision 6:25ed8e2df02e:

#include "EnvironmentalService.h"

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