adafruit / Adafruit_CircuitPython_BLE

Bluetooth Low Energy (BLE) library for CircuitPython
MIT License
124 stars 57 forks source link

Maximum 10 data per second + Mu plotter syntax #58

Closed dglaude closed 4 years ago

dglaude commented 4 years ago

This should fix issue #57

Reduce the rate of sending data, and using tuple for the console output to be able to graph with Mu.

ladyada commented 4 years ago

tested!