Tidy up README some more

This commit is contained in:
Starbeamrainbowlabs 2018-12-21 15:29:10 +00:00
parent fbc275239b
commit 1932e05c7d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 5 deletions

View File

@ -4,10 +4,6 @@ This repository contains my experiments into a bidirectional single-channel LoRa
Key folders:
- `Gateway-Python` - Some code I found that interacts with an RFM95 in Python.
- `Gateway-Python` - Some code I found that interacts with an RFM95 in Python. Based on [single_chan_pkt_fwd](https://github.com/tftelkamp/single_chan_pkt_fwd)
- `Raw-RFM95` - Arduino code that interacts with an RFM95's registers directly via SPI.
- `Raw-RFM95-Python` - Same as above, but in Python fort he Raspberry Pi. Tests the registeres to ensure they work correctly.
Based on: https://github.com/tftelkamp/single_chan_pkt_fwd