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
|
@ -957,4 +957,18 @@ while True:
|
|||
|[interrupts() ](https://www.arduino.cc/reference/en/language/functions/interrupts/interrupts/)| "Re-enables interrupts (after they’ve been disabled by [noInterrupts()](https://www.arduino.cc/reference/en/language/functions/interrupts/nointerrupts/). "|
|
||||
|[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