We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3472bec + 76d24fa commit d58c0fbCopy full SHA for d58c0fb
Language/Variables/Data Types/unsignedChar.adoc
@@ -12,11 +12,11 @@ subCategories: [ "Data Types" ]
12
13
[float]
14
=== Description
15
-An unsigned data type that occupies 1 byte of memory. Same as the link:../byte[byte] datatype.
+An unsigned data type that occupies 1 byte of memory. Same as the `link:../byte[byte]` datatype.
16
17
The unsigned char datatype encodes numbers from 0 to 255.
18
19
-For consistency of Arduino programming style, the byte data type is to be preferred.
+For consistency of Arduino programming style, the link:../byte[`byte`] data type is to be preferred.
20
[%hardbreaks]
21
22
0 commit comments