WIP RAK815 support

This commit is contained in:
geeksville
2020-07-10 11:02:29 -07:00
parent 5b11c1ca86
commit b00a936f41
12 changed files with 8078 additions and 25 deletions

View File

@@ -113,10 +113,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// LoRa SPI
// -----------------------------------------------------------------------------
#define SCK_GPIO 5
#define MISO_GPIO 19
#define MOSI_GPIO 27
#define NSS_GPIO 18
#define RF95_SCK 5
#define RF95_MISO 19
#define RF95_MOSI 27
#define RF95_NSS 18
#endif