User Tools

Site Tools


arduino:data_types:unsignedchar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arduino:data_types:unsignedchar [2024/02/16 01:04] (current)
Line 1: Line 1:
 +======unsigned char   ======
 +
 +====Description   ====
 +
 +An unsigned data type that occupies 1 byte of memory. Same as the [[arduino:data types:Byte]] datatype.
 +
 +The unsigned char datatype encodes numbers from 0 to 255. 
 +
 +For consistency of Arduino programming style, the ''byte'' data type is to be preferred.
 +
 +====Example   ====
 +
 +    [=unsigned char myChar = 240;=]
 +
 +====See also   ====
 +
 +*[[arduino:data types:Byte]]
 +*[[arduino:data types:Int]]
 +*[[arduino:data types:Array]]
 +*[[arduino:communication:Serial/Println|Serial.println]]
 +
 +Source: arduino.cc
  

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
arduino/data_types/unsignedchar.txt · Last modified: 2024/02/16 01:04 (external edit)

Impressum Datenschutz