word

Descrição

Uma variável word armazena um número sem sinal de ao menos 16 bits, de 0 A 65535.

Sintaxe

word var = val;

Parâmetros

  • var
    : nome da variável
  • val
    : valor a ser atribuído à variável

Código de Exemplo

O trecho de código abaixo cria uma variável do tipo word.

word w = 10000;

Ver Também

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.