adafruit / Adafruit_CircuitPython_PyPortal

CircuitPython driver for Adafruit PyPortal.
MIT License
45 stars 56 forks source link

Added IO_push #29

Closed jasonlshelton closed 5 years ago

jasonlshelton commented 5 years ago

added function to push a data point to an adafruitio.com feed. Creates feed if it does not exist

siddacious commented 5 years ago

Thanks @jasonlshelton! It looks like travis is failing due to some PyLint errors. Please take a look and let us know if you need help resolving them.

jasonlshelton commented 5 years ago

I've made the style changes you requested. How does it look?