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