byte

Beschreibung

Ein Byte speichert eine vorzeichenlose 8-Bit-Zahl von 0 bis 255.

Syntax

byte var = val

Parameter

  • var
    : Variablenname.
  • val
    : Der Wert, der der Variablen zugewiesen wird.

Siehe auch

Suggest changes

The content on docs.arduino.cc is facilitated through a public GitHub repository. If you see anything wrong, you can edit this page here.

License

The Arduino documentation is licensed under the Creative Commons Attribution-Share Alike 4.0 license.