embedded:c
This is an old revision of the document!
C
VARIABLES
- char - 1 byte - is used to store a single character (ASCII) value
unsigned char Temperature; // Variable definition (letting compiler know we will need it in the future) Temperature = 25; // Variable initialisation (assigning a value)
embedded/c.1756631408.txt.gz · Last modified: by v1ctor
