Skip to content

Added publishing functions for numeric types

Compare
Choose a tag to compare
@leech001 leech001 released this 06 May 19:21
· 1 commit to master since this release

New version of the library

  • Corrected delay on PUB SUB functions;
  • Added publishing functions (MQTT_PubUint8, MQTT_PubUint16, MQTT_PubDouble, etc ) for numeric types:
    • uint8_t;
    • uint16_t;
    • uint32_t;
    • float;
    • double;