Skip to content

Commit 612072a

Browse files
authored
Apply suggestions from code review
updated naming of nanos
1 parent 7f67225 commit 612072a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/micropython/01.basics/06.board-api/board-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@ if __name__ == "__main__":
435435
time.sleep_ms(1000)
436436
```
437437

438-
## Nano BLE
438+
## Nano 33 BLE
439439

440-
![Nano BLE.](assets/ble.png)
440+
![Nano 33 BLE.](assets/ble.png)
441441

442442
### GPIO Map
443443

@@ -627,9 +627,9 @@ while (True):
627627
time.sleep_ms(500)
628628
```
629629

630-
## Nano BLE Sense
630+
## Nano 33 BLE Sense
631631

632-
![Nano BLE Sense.](assets/ble-sense.png)
632+
![Nano 33 BLE Sense.](assets/ble-sense.png)
633633

634634
### Pin Map
635635

0 commit comments

Comments
 (0)