type
This commit is contained in:
parent
de083c964d
commit
ea69f9d1a6
4
README
4
README
|
@ -1,4 +1,4 @@
|
||||||
Aruino driver for nRF24L01 2.4GHz Wireless Transceiver
|
Arduino driver for nRF24L01 2.4GHz Wireless Transceiver
|
||||||
|
|
||||||
See Datasheet at http://www.nordicsemi.com/files/Product/data_sheet/nRF24L01_Product_Specification_v2_0.pdf
|
See Datasheet at http://www.nordicsemi.com/files/Product/data_sheet/nRF24L01_Product_Specification_v2_0.pdf
|
||||||
|
|
||||||
|
@ -9,4 +9,4 @@ Design Goals: This library is designed to be...
|
||||||
* Maximally compliant with the intended operation of the chip
|
* Maximally compliant with the intended operation of the chip
|
||||||
* Easy for beginners to use
|
* Easy for beginners to use
|
||||||
* Consumed with a public interface that's similiar to other Arduino standard libraries
|
* Consumed with a public interface that's similiar to other Arduino standard libraries
|
||||||
* Built against the standard SPI library.
|
* Built against the standard SPI library.
|
||||||
|
|
Loading…
Reference in New Issue