This library is designed to interface with the Winds of Change wind turbines for monitoring and control.
To add an additional sensor:
- Create a new pair of
.cpp/.hfiles with your sensor's name (egsensor_name.cpp,sensor_name.h) insrc, following the style of previously implemented sensors - Implement the driver code required for your sensor
- Add
#include "sensor_name.h"toWindsOfChange.h
After compilation, the sensor should be ready for use
With thanks for sample code: