MySensorsArduinoExamples
MySensorsArduinoExamples copied to clipboard
MySensors examples using external library dependencies
When running this sketch, the servo only turns 100° of rotation. I was able to rectify by changing the following line: `myservo.write(SERVO_MAX + (SERVO_MIN-SERVO_MAX)/100 * 1.8 * val); // sets...
Hi Can anybody show sketch converted to 2 Relays and 2 Buttons ? I dont know how to convert it... please help me Convert it https://github.com/mysensors/MySensorsArduinoExamples/blob/master/examples/RelayWithButtonActuator/RelayWithButtonActuator.ino
I was very interested in the ParkingSensor that I had to build it. After I build it with also a 3d printed case found in a youtube video (https://www.youtube.com/watch?v=dUmHRy-G-Bg) I...