Trying to get the formatting just right
This commit is contained in:
parent
21057e4608
commit
0668494aee
|
@ -1,6 +1,7 @@
|
||||||
# Arduino driver for nRF24L01 2.4GHz Wireless Transceiver
|
# Arduino driver for nRF24L01 2.4GHz Wireless Transceiver
|
||||||
|
|
||||||
Design Goals: This library is designed to be...
|
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
|
||||||
|
|
Loading…
Reference in New Issue