-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
short = byte? #6
Comments
I don't understand your question. The library is capable of handling both |
so i can use for 8 bit unsigned number from i'm confused on how you describe short and char use same amount of memory. |
Don't be confused: you can use any data type you want. As an example, I like to use I prefer the following because that helps me avoid confusion about the memory footprint: Also you can use any other data type you like, including objects, structs or arrays... There's no limit on that front. But remember, a https://www.arduino.cc/reference/en/#variables |
thanks, tried it and nothing broken, i forgot to report.
is the confirmation i need btw |
is short type on your library equate to byte type on arduino?
as in 8 unsigned bit
The text was updated successfully, but these errors were encountered: