Skip to content
Discussion options

You must be logged in to vote

bytearray(adc16bit) creates an array with a length of 32 bytes with a value of 0, since adc16bit has a value of 32. Is that intentional? Or did you want to write bytearray([adc16bit])?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ajevticc
Comment options

Answer selected by ajevticc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants