vittascience / microbit-libraries

This folder contains custom libraries for micro:bit in Python and the firmware used on the platform vittascience.com/microbit
3 stars 4 forks source link

fix bugs scd30 library #6

Closed tnoumar closed 4 months ago

tnoumar commented 2 years ago

After testing with the SCD30 on a microbit, I noticed some syntax error : variable arguments and the value of data inside readMeasurement() was erased before eval.

leomlr commented 4 months ago

scd30.py library already updated.