Added publishing functions for numeric types
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;