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
This is Issue 627 moved from a Google Code project.
Added by 2011-09-06T16:21:59.000Z by dmel...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Medium, Component-Core
Original description
You can apparently distinguish three different single byte types: char, uint8_t, int8_t. Calling print on the first outputs a single byte (e.g. 'A'); the second the digits as ASCII (e.g. '6' , '5'). We should add an overload for the third to behave the same as the second.