The most rewarding part of any project must be sitting down to see the fruits of your labors set in action for the first time and relaxing with a nice drink. [Tony DiCola] is really showing off his ...
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; ...