Diferencia entre revisiones de «Palabras reservadas»
De ArduWiki
Línea 15: | Línea 15: | ||
* [[LSBFIRST / MSNFIRST|MSNFIRST]] | * [[LSBFIRST / MSNFIRST|MSNFIRST]] | ||
* [[LSBFIRST / MSNFIRST|LSBFIRST]] | * [[LSBFIRST / MSNFIRST|LSBFIRST]] | ||
− | * [[#include]] | + | * [[include|#include]] |
* [[define|#define]] | * [[define|#define]] | ||
* [[Comentarios]] - <nowiki>(// y /* */)</nowiki> | * [[Comentarios]] - <nowiki>(// y /* */)</nowiki> |
Revisión actual del 03:34 2 feb 2020
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