Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion microbit/src/04-meet-your-hardware/microbit-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dedicated to explaining the weird chip naming. Here we learn that:
[QFN48]: https://en.wikipedia.org/wiki/Flat_no-leads_package
[Nordic Semiconductor]: https://www.nordicsemi.com/
[product page]: https://www.nordicsemi.com/products/nrf51822
[product specification]: https://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf
[product specification]: https://docs.nordicsemi.com/bundle/nRF51822_PS/resource/nRF51822_PS_v3.3.pdf

- The `N51` is the MCU's series, indicating that there are other `nRF51` MCUs
- The `822` is the part code
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/04-meet-your-hardware/microbit-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dedicated to explaining the weird chip naming. Here we learn that:
[aQFN73]: https://en.wikipedia.org/wiki/Flat_no-leads_package
[Nordic Semiconductor]: https://www.nordicsemi.com/
[product page]: https://www.nordicsemi.com/products/nrf52833
[product specification]: https://infocenter.nordicsemi.com/pdf/nRF52833_PS_v1.3.pdf
[product specification]: https://docs.nordicsemi.com/bundle/nRF52833-PS/resource/nRF52833_PS_v1.3.pdf

- The `N52` is the MCU's series, indicating that there are other `nRF52` MCUs
- The `833` is the part code
Expand Down
Loading