adafruit / Adafruit_CircuitPython_AdafruitIO

Adafruit IO for CircuitPython
http://io.adafruit.com
MIT License
49 stars 33 forks source link

Added receive_n_data function #112

Closed kavinaidoo closed 8 months ago

kavinaidoo commented 9 months ago

You can specify the number of values (n) to receive. Uses ?limit= parameter to specify number of values returned. Function that validates 0 < n <= 1000 also included.

closes #91