Language (API). The Processing Language has been designed to facilitate the creation of sophisticated visual and conceptual structures.

Input/Output
Pin digital Input/Output
pinMode()
digitalRead()
shiftOut()
digitalWrite()
Port digital Input/Output
portWrite()
portRead()
portMode()
Pin analog Input
analogRead()
Pin PWM (analog) Output
analogWrite()
Time
millis()
delayMicroseconds()
delay()
Pulse Input (polled)
pulseIn()
Pulse output generation
pulseStop()
pulseRunning()
pulseOut()
Interrupts
noInterrupts()
detachInterrupt()
interrupts()
attachInterrupt()
interruptMode()