Arduino Funciones Matematicas
Arduino Funciones Matematicas
Language Reference
Arduino programming language can be divided in three main parts
functions, values (variables and constants), and structure.
FUNCTIONS
For controlling the Arduino board and performing computations.
LANGUAGE
FUNCTIONS
Digital I/O Advanced I/O Math
VARIABLES
digitalRead() noTone() abs()
STRUCTURE digitalWrite() pulseIn() constrain()
pinMode() pulseInLong() map()
LIBRARIES
shiftIn() max()
GLOSSARY
shiftOut() min()
Analog I/O
tone() pow()
The Arduino Reference text is
analogRead()
licensed under a Creative sq()
Commons Attribution-Share Alike analogReference()
3.0 License. sqrt()
analogWrite() Time
Find anything that can be
improved? Suggest corrections delay()
and new documentation via delayMicroseconds() Trigonometry
GitHub. Zero, Due & MKR Family
micros() cos()
Doubts on how to use Github? analogReadResolution()
Learn everything you need to millis() sin()
know in this tutorial. analogWriteResolution()
tan()
https://www.arduino.cc/reference/en/ 1/4
5/3/2020 Arduino Reference
VARIABLES
Arduino data types and constants.
Constants Conversion
Floating Point Constants (unsigned int)
Integer Constants (unsigned long)
HIGH | LOW byte()
INPUT | OUTPUT | INPUT_PULLUP
char()
LED_BUILTIN float()
true | false int()
long()
word()
https://www.arduino.cc/reference/en/ 2/4
5/3/2020 Arduino Reference
STRUCTURE
The elements of Arduino (C++) code.
https://www.arduino.cc/reference/en/ 3/4
5/3/2020 Arduino Reference
NEWSLETTER
Contact Us
About Us
Distributors
Careers
Security
© 2020 Arduino
https://www.arduino.cc/reference/en/ 4/4