JohnCallingham / MQTTInterface

An interface between JMRI and sensors, servos and relays.
GNU General Public License v3.0
1 stars 0 forks source link

MQTTInterface

A program to interface between JMRI and digital inputs, digital outputs and servos. Designed to run on a Wemos D1 Mini.

Functions

The following methods are available for configuration;-

There are no methods available for configuration.

MQTTServo

Objects of this class can be added to the container by the use of the container's addServo() method. The parameters to this method are;-

The following methods are available for configuration;-

Blink

Use of a Blink object allows multiple LEDs to blink in phase. Objects of this class can be added to the container by the use of the container's addBlink() method. The parameters to this method are;-

An example of use follows;-

MQTT_RGB_LED

Objects of this class can be added to the container by the user of the container's addRGB_LED() method. The parameters to this method are;-

The following are examples of use;-