Improved Sending Data
Changes:
-
The
send_data
method can now send metadata associated with the data point. You can also now set the amount ofprecision
associated with floating pointvalue
s. #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_data
method.
To use in CPython, pip3 install adafruit-io
.
Read the docs for info on how to use it.