Diferencia entre revisiones de «Palabras reservadas»
De ArduWiki
Línea 18: | Línea 18: | ||
* [[#include]] | * [[#include]] | ||
* [[defined]] - no usar | * [[defined]] - no usar | ||
− | * [[Comentarios]] - <nowiki>(//)</nowiki> | + | * [[Comentarios]] - <nowiki>(// y /* */)</nowiki> |
== Referencias == | == Referencias == | ||
[[Category:Variables]] | [[Category:Variables]] |
Revisión del 16:11 28 mar 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
- constat
- volatile
- void
- null
- return
- MSNFIRS()
- LSBFIRS()
- #include
- defined - no usar
- Comentarios - (// y /* */)