Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mentions of nrf52x #221

Merged
merged 1 commit into from
Mar 13, 2024
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
3 changes: 2 additions & 1 deletion docs/main_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
@tableofcontents

This class implements an [OSI Network Layer](http://en.wikipedia.org/wiki/Network_layer) using nRF24L01(+) radios driven
by the newly optimized [RF24 library fork](http://nRF24.github.com/RF24/).
by the newly optimized [RF24 library fork](http://nRF24.github.com/RF24/) or using nRF52x radios with the newly created
[nrf_to_nrf library](https://github.com/TMRh20/nrf_to_nrf).

@see
[RF24 Library docs](http://nRF24.github.io/RF24/) for general RF24 configuration and setup.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "RF24Network",
"version": "2.0.0",
"keywords": "rf, radio, wireless, spi",
"description": "OSI Layer 3 Networking for nrf24L01(+) devices.",
"description": "OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.",
"license": "GPL-2.0-only",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=RF24Network
version=2.0.0
author=TMRh20
maintainer=TMRh20,Avamander
sentence=OSI Layer 3 Networking for nrf24L01(+) devices.
sentence=OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.
paragraph=Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.
category=Communication
url=https://nRF24.github.io/RF24Network/
Expand Down