Skip to content

Commit 517355a

Browse files
Update content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md
Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com>
1 parent 93de622 commit 517355a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ There are a total of 14 digital pins.
114114

115115
To use them, we first need to define them inside the `void setup()` function of our sketch.
116116

117-
***Note: digital pin 3 cannot be configured as `INPUT_PULLUP`.***
118117

119118
```arduino
120119
pinMode(pin, INPUT); //configured as an input

0 commit comments

Comments
 (0)