Pools have come a long way. It used to be you had a pump and if you were lucky it had a mechanical timer switch on it. That was it. Now you have digital controllers and spa jets and heaters. You can ...
private static final String DEFAULT_MQTT_SERVER = "192.168.80.1"; private static final int DEFAULT_MQTT_PORT = 1883; private static final String DEVICE_ID = "debug_device_001"; private static final ...
static const uint8_t PIN_SEL = 13; // UART/SPI select (High=SPI) static const uint32_t ACK_TIMEOUT_MS = 2000; static const uint32_t INT_TIMEOUT_MS = 200; static const uint32_t INT_CS_DELAY_US = 500; ...