diff --git a/README.md b/README.md index 813ef76..8350a5d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,20 @@ lib_nrf24 ========= -## May 2018 - This is no longer being maintained by the original author. -## Please feel free to fork, copy, adapt if you find it useable +forked from : https://github.com/BLavery/lib_nrf24 + +Installation schemes +-------------------- + +![pins](./images/nrf24.png) + + + +Notes from original author +-------------------------- Python2/3 library for NRF24L01+ Transceivers -V0.3 beta For Raspberry Pi and virtual-GPIO. NRF24: strictly 3.3V supply!! Although logic pins are 5V tolerant. @@ -14,4 +22,4 @@ NRF24: strictly 3.3V supply!! Although logic pins are 5V tolerant. This is BETA only so far. Everything has worked earlier, send, receive, including two RF24 on one host, and including RPI, virtual-GPIO and regular arduino sketch, all talking to each other. -But recent testing has been only LIBRARY plus "example-nrf24-pair.py" on virtual-GPIO, so other parts are yet to be re-verified. +But recent testing has been only LIBRARY plus "example-nrf24-pair.py" on virtual-GPIO, so other parts are yet to be re-verified. diff --git a/images/nrf24.png b/images/nrf24.png new file mode 100644 index 0000000..efe004a Binary files /dev/null and b/images/nrf24.png differ