Skip to content

Commit fcbee37

Browse files
Fixes from review
1 parent ceed03c commit fcbee37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The Nano 33 BLE sense uses the [Arduino Mbed OS Nano Boards core](https://github
4747

4848
The full datasheet is available as a downloadable PDF from the link below:
4949

50-
- [Download the Arduino Nano 33 BLE sense datasheet](https://content.arduino.cc/assets/ABX00031-datasheet.pdf)
50+
- [Download the Arduino Nano 33 BLE sense datasheet](https://docs.arduino.cc/static/5f29b61bbb52d2c964a3588d9c5c8030/ABX00031-datasheet.pdf)
5151

5252
## Installation
5353

@@ -95,9 +95,9 @@ The Nano 33 BLE sense has 8 analog pins, that can be used through the `analogRea
9595
value = analogRead(pin, value);
9696
```
9797

98-
>**Please note:** pin `A4` and `A5` should be used for I2C only.
98+
>***Please note: pin `A4` and `A5` should be used for I2C only.***
9999
100-
>**Please note:** pin `A6` and `A7` does not support PWM.
100+
>***Please note: pin `A6` and `A7` does not support PWM.***
101101
102102
### PWM Pins
103103

0 commit comments

Comments
 (0)