RUI3 (RAK Unified Interface 3) - RAK4631
ACharacter.h File Reference

Go to the source code of this file.

Functions

boolean isAlphaNumeric (int thisChar) __attribute__((always_inline))
 
boolean isAlpha (int thisChar) __attribute__((always_inline))
 
boolean isAscii (int thisChar) __attribute__((always_inline))
 
boolean isWhitespace (int thisChar) __attribute__((always_inline))
 
boolean isControl (int thisChar) __attribute__((always_inline))
 
boolean isDigit (int thisChar) __attribute__((always_inline))
 
boolean isGraph (int thisChar) __attribute__((always_inline))
 
boolean isLowerCase (int thisChar) __attribute__((always_inline))
 
boolean isPrintable (int thisChar) __attribute__((always_inline))
 
boolean isPunct (int thisChar) __attribute__((always_inline))
 
boolean isSpace (int thisChar) __attribute__((always_inline))
 
boolean isUpperCase (int thisChar) __attribute__((always_inline))
 
boolean isHexadecimalDigit (int thisChar) __attribute__((always_inline))
 
int toAscii (int thisChar) __attribute__((always_inline))
 
int toLowerCase (int thisChar) __attribute__((always_inline))
 
int toUpperCase (int thisChar) __attribute__((always_inline))
 

Detailed Description

Description
Provide functions of characters what Arduino use
Author
Rakwireless
Version
0.0.0
Date
2021.5

Function Documentation

◆ toAscii()

int toAscii ( int  thisChar)

◆ toLowerCase()

int toLowerCase ( int  thisChar)

◆ toUpperCase()

int toUpperCase ( int  thisChar)