Tipus de dades i constants d’Arduino.
Abast de variables | Tipus de dades | Conversió |
---|---|---|
const | array | (Unsigned int) |
scope | bool | (Unsigned long) |
static | boolean | byte() |
volatile | byte | char() |
char | float() | |
Constants | double | int() |
de coma flotant | float | long() |
enteres | int | word() |
constants | long | |
short | Utilitats | |
size_t | PROGMEM | |
string | sizeof() | |
String() | ||
unsigned char | ||
unsigned int | ||
unsigned long | ||
void | ||
word |
INDEX README.md