byte
Description
Déclare une variable de type octet (8 bits) qui stocke un nombre entier non-signé, soit une valeur de 0 à 255.
Syntaxe
byte mon_byte = 128;
Exemple
byte b = B10010; // Déclare une variable un octet non signet contenant la valeur binaire 10010 (=18)
※ Remarque:
le byte équivaut au unsigned char
Voir Également
- Langage: Tableaux de variables
- Langage: boolean
- Langage: char
- Langage: double
- Langage: float
- Langage: int
- Langage: long
- Langage: Les chaînes de caractères
- Langage: String()
- Langage: unsigned int
- Langage: unsigned long
- Langage: void
- Langage: word
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |
Please note: These are affiliate links. If you buy the components through these links, We may get a commission at no extra cost to you. We appreciate it.
Follow Us