writing Float32Array to sd and read back ? #699
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 2 comments
-
Posted at 2017-03-13 by @gfwilliams It depends on the size of the array I guess, and whether you want it human readable or not. Text
Binary
For bigger arrays binary would be better, and for very big arrays you'd be looking at multiple save calls. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2017-03-13 by JumJum Wow, can't even write my questions as fast as your feedback is comin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-03-13 by JumJum
I would like to write an array fo Float32Array to sd and read it back later.
What is the best way to do this ?
Beta Was this translation helpful? Give feedback.
All reactions