isAscii()

Descrição

Analisa se um caractere é Ascii. Retorna true se a variável thisChar contém um caractere Ascii.

Sintaxe

isAscii(thisChar)

Parâmetros

  • thisChar: variável. Tipos de dados permitidos: char

Retorna

true: se thisChar é um caractere Ascii.

Código de Exemplo

if (isAscii(meuChar)) { // testa se meuChar é um caractere Ascii Serial.println("The character is Ascii"); } else { Serial.println("The character is not Ascii"); }

Ver Também

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES