Added NRF52 support

This commit is contained in:
jacob.eva 2024-01-19 10:08:55 +00:00
parent 9206a3b9d9
commit 381d40c4f5
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
14 changed files with 1942 additions and 409 deletions

3
Modem.h Normal file
View file

@ -0,0 +1,3 @@
#define SX1276 0x01
#define SX1278 0x02
#define SX1262 0x03