We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93de622 commit 517355aCopy full SHA for 517355a
content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md
@@ -114,7 +114,6 @@ There are a total of 14 digital pins.
114
115
To use them, we first need to define them inside the `void setup()` function of our sketch.
116
117
-***Note: digital pin 3 cannot be configured as `INPUT_PULLUP`.***
118
119
```arduino
120
pinMode(pin, INPUT); //configured as an input
0 commit comments