Diferencia entre revisiones de «Palabras reservadas»
De ArduWiki
(→Referencias) |
|||
(No se muestran 6 ediciones intermedias del mismo usuario) | |||
Línea 13: | Línea 13: | ||
* [[void]] | * [[void]] | ||
* [[null]] | * [[null]] | ||
− | * [[ | + | * [[LSBFIRST / MSNFIRST|MSNFIRST]] |
− | * [[ | + | * [[LSBFIRST / MSNFIRST|LSBFIRST]] |
− | * [[#include]] | + | * [[include|#include]] |
− | * [[ | + | * [[define|#define]] |
* [[Comentarios]] - <nowiki>(// y /* */)</nowiki> | * [[Comentarios]] - <nowiki>(// y /* */)</nowiki> | ||
− | == Referencias == | + | == Vea también == |
+ | <categorytree mode=all>Palabras reservadas</categorytree> | ||
+ | |||
+ | == Referencias externas == | ||
+ | * [https://playground.arduino.cc/ArduinoNotebookTraduccion/Appendix7/ Palabras reservadas] | ||
[[Category:Palabras reservadas]] | [[Category:Palabras reservadas]] |
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