You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I am recording data from sensors attached to a microbit and storing the values in a csv format file. I can cause the microbit to dump the file to the serial port on demand (which is very useful).
I would like to be able to read through a file sequentially, assigning the next line of the file to a variable. If this were possible, I could transmit the data using either radio or bluetooth.
I don't have an urgent need for this but it would make the pxt solution more complete.
Rae
The text was updated successfully, but these errors were encountered:
Hello,
I am recording data from sensors attached to a microbit and storing the values in a csv format file. I can cause the microbit to dump the file to the serial port on demand (which is very useful).
I would like to be able to read through a file sequentially, assigning the next line of the file to a variable. If this were possible, I could transmit the data using either radio or bluetooth.
I don't have an urgent need for this but it would make the pxt solution more complete.
Rae
The text was updated successfully, but these errors were encountered: