Diferencia entre revisiones de «Palabras reservadas»
De ArduWiki
(→Referencias) |
|||
Línea 16: | Línea 16: | ||
* [[LSBFIRS()]] | * [[LSBFIRS()]] | ||
* [[#include]] | * [[#include]] | ||
− | * [[ | + | * [[define]] |
* [[Comentarios]] - <nowiki>(// y /* */)</nowiki> | * [[Comentarios]] - <nowiki>(// y /* */)</nowiki> | ||
Revisión del 00:47 27 jun 2019
Estas palabras reservadas son las que cambian de color en el IDE.
- HIGH / LOW
- true / false
- INPUT / OUTPUT / INPUT_PULLUP
- CHANGE / FALLING / RISING
- DEC / BIN / HEX / OCT
- PI
- LED_BUILTIN
- static
- const
- volatile
- void
- null
- MSNFIRS()
- LSBFIRS()
- #include
- define
- Comentarios - (// y /* */)
Vea también