Arduino Built in Functions
Arduino Built in Functions
2. Time Functions
• delay(ms) – Pauses the program for a specified number of milliseconds.
4. Math Functions
• abs(x) – Returns the absolute value of x.
• map(x, fromLow, fromHigh, toLow, toHigh) – Maps a number from one range to another.