Improved Sending Data
Changes:
-
The
send_datamethod can now send metadata associated with the data point. You can also now set the amount ofprecisionassociated with floating pointvalues. #92 -
This change will break code using the
send_location_data()method. Code using this method will need to be changed to use the updatedsend_datamethod.
To use in CPython, pip3 install adafruit-io.
Read the docs for info on how to use it.