Diferencia entre revisiones de «Palabras reservadas»
De ArduWiki
(→Referencias externas) |
|||
Línea 13: | Línea 13: | ||
* [[void]] | * [[void]] | ||
* [[null]] | * [[null]] | ||
− | * [[MSNFIRST]] | + | * [[LSBFIRST / MSNFIRST|MSNFIRST]] |
− | * [[LSBFIRST]] | + | * [[LSBFIRST / MSNFIRST|LSBFIRST]] |
* [[#include]] | * [[#include]] | ||
* [[define]] | * [[define]] |
Revisión del 01:23 7 jul 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
- MSNFIRST
- LSBFIRST
- #include
- define
- Comentarios - (// y /* */)
Vea también