From 1932e05c7daa7dca1c86c131d1d15c5b3233c515 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 21 Dec 2018 15:29:10 +0000 Subject: [PATCH] Tidy up README some more --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 7a48eb4..b308350 100644 --- a/README.md +++ b/README.md @@ -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