Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
417df86d8d
commit
292f02bd9e
1 changed files with 15 additions and 1 deletions
|
@ -958,3 +958,17 @@ while True:
|
||||||
|[noInterrupts() ](https://www.arduino.cc/reference/en/language/functions/interrupts/nointerrupts/)| "Disables interrupts (you can re-enable them with [interrupts()](https://www.arduino.cc/reference/en/language/functions/interrupts/interrupts/))."|
|
|[noInterrupts() ](https://www.arduino.cc/reference/en/language/functions/interrupts/nointerrupts/)| "Disables interrupts (you can re-enable them with [interrupts()](https://www.arduino.cc/reference/en/language/functions/interrupts/interrupts/))."|
|
||||||
|
|
||||||
|
|
||||||
|
### Constants
|
||||||
|
|
||||||
|
||
|
||||||
|
|---|
|
||||||
|
|[Floating Point Constants](https://www.arduino.cc/reference/en/language/variables/constants/floatingpointconstants/)|
|
||||||
|
|HIGH |
|
||||||
|
|LOW|
|
||||||
|
|INPUT |
|
||||||
|
|INPUT_PULLUP |
|
||||||
|
| OUTPUT|
|
||||||
|
|[Integer Constants](https://www.arduino.cc/reference/en/language/variables/constants/integerconstants/)|
|
||||||
|
|LED_BUILTIN|
|
||||||
|
|true |
|
||||||
|
|false|
|
||||||
|
|
Loading…
Reference in a new issue