Skip to content

Add print(int8_t) and println(int8_t) to format ASCII digits as with uint8_t. [imported] #627

@cmaglie

Description

@cmaglie

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions