BMP180 and BLE

Dependencies:   BLE_API mbed nRF51822

Fork of WeatherStation by Weather man

Committer:
PostaL
Date:
Mon Nov 09 23:09:16 2015 +0000
Revision:
2:654ee4b3950f
Added battery service and reading for tiny ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
PostaL 2:654ee4b3950f 1 #include "EnvironmentalService.h"
PostaL 2:654ee4b3950f 2
PostaL 2:654ee4b3950f 3 class WeatherService : public EnvironmentalService {
PostaL 2:654ee4b3950f 4 public:
PostaL 2:654ee4b3950f 5 WeatherService(BLE& _ble): EnvironmentalService(_ble) {
PostaL 2:654ee4b3950f 6
PostaL 2:654ee4b3950f 7 }
PostaL 2:654ee4b3950f 8 };