Diferencia entre revisiones de «Palabras reservadas»
De ArduWiki
Línea 9: | Línea 9: | ||
* [[LED_BUILTIN]] | * [[LED_BUILTIN]] | ||
* [[static]] | * [[static]] | ||
+ | * [[constat]] | ||
* [[volatile]] | * [[volatile]] | ||
+ | * [[void]] | ||
+ | * [[null]] | ||
+ | * [[return]] | ||
+ | * [[MSNFIRS()]] | ||
+ | * [[LSBFIRS()]] | ||
+ | * [[#include]] | ||
* [[defined]] - no usar | * [[defined]] - no usar | ||
* [[Comentarios]] - <nowiki>(//)</nowiki> | * [[Comentarios]] - <nowiki>(//)</nowiki> |
Revisión del 16:10 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 - (//)