E.toString/E.toUint8Array - are these working correctly? #541
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2016-03-17 by @gfwilliams By truncating you mean producing an 8 bit number - turning 5000 into 136, rather than 19 and 136? I think so -
You'd expect to get As you found, if you want to get at the untruncated byte data of a UintXArray, you can just access |
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 2016-03-17 by DrAzzy
Are those ones that truncate the values instead of splitting them up supposed to behave that way?
Beta Was this translation helpful? Give feedback.
All reactions