jpbarraca / pynrf24

Python port of the RF24 library for NRF24L01+ radios.
GNU General Public License v2.0
152 stars 84 forks source link

Add example DTS #4

Closed sybeck2k closed 10 years ago

sybeck2k commented 10 years ago

I've added an example dts file that matches the readme example - this will make sure that the SPI module is loaded and the 2 required GPIO pins are correctly instantiated.

jpbarraca commented 10 years ago

I have added these changes some time ago before I noticed your pull request. Thanks anyway.