Skip to content

Commit

Permalink
Add mentions of nrf52x (#221)
Browse files Browse the repository at this point in the history
- Add nrf52x info to docs & library files
  • Loading branch information
TMRh20 authored Mar 13, 2024
1 parent 4c093cd commit 7a9246b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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

0 comments on commit 7a9246b

Please sign in to comment.