Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-16 18:31:37 +01:00 committed by GitHub
parent 417df86d8d
commit 292f02bd9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/))."|
### 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|