tone()
noTone()
pulseIn()
pulseInLong()
shiftIn()
shiftOut()
attachInterrupt()
detachInterrupt()
Keyboard
Mouse
isAlpha()
isAlphaNumeric()
isAscii()
isControl()
isDigit()
isGraph()
isHexadecimalDigit()
isLowerCase()
isPrintable()
isPunct()
isSpace()
isUpperCase()
isWhitespace()
bit()
bitClear()
bitRead()
bitSet()
bitWrite()
highByte()
lowByte()
HIGH | LOW
INPUT | OUTPUT | INPUT_PULLUP
LED_BUILTIN
true | false
Константы с плавающей точкой
Целочисленные константы
Конвертирование значений переменных
(unsigned int)
(unsigned long)
byte()
char()
float()
int()
long()
word()
const
scope
static
volatile
Управление памятью
PROGMEM
sizeof()
% (remainder)
* (multiplication)
+ (addition)
- (subtraction)
/ (division)
= (assignment operator)
Операторы сравнения
!= (not equal to)
< (less than)
<= (less than or equal to)
== (equal to)
> (greater than)
>= (greater than or equal to)
Логические операторы
! (logical not)
&& (logical and)
|| (logical or)
& (reference operator)
* (dereference operator)
Битовые операторы
& (bitwise and)
<< (bitshift left)
>> (bitshift right)
^ (bitwise xor)
| (bitwise or)
~ (bitwise not)
Составные операторы
%= (compound remainder)
&= (compound bitwise and)
*= (compound multiplication)
++ (increment)
+= (compound addition)
-- (decrement)
-= (compound subtraction)
/= (compound division)
^= (compound bitwise xor)
|= (compound bitwise or)
EEPROM
Ethernet
Firmata
GSM
LiquidCrystal
SD
Servo
SPI
SoftwareSerial
Stepper
TFT
WiFi
Wire
DHT11
HCSR04