Fork for LoDev S76S

Dependencies:   mbed BufferedSerial SX1276GenericLib USBDeviceHT

Committer:
steve918
Date:
Mon Feb 18 22:57:14 2019 +0000
Revision:
21:6379a5650867
Parent:
19:992eda680d91
First working rev for LoDev S76S

Who changed what in which revision?

UserRevisionLine numberNew contents of line
steve918 21:6379a5650867 1 #define FEATURE_LORA
Helmut64 0:c43b6919ae15 2
steve918 21:6379a5650867 3 #define USBRX PA_10
steve918 21:6379a5650867 4 #define USBTX PA_9
Helmut64 0:c43b6919ae15 5
steve918 21:6379a5650867 6 #define LED PB_5
steve918 21:6379a5650867 7 #define LORA_SPI_MOSI PB_15
steve918 21:6379a5650867 8 #define LORA_SPI_MISO PB_14
steve918 21:6379a5650867 9 #define LORA_SPI_SCLK PB_13
steve918 21:6379a5650867 10 #define LORA_CS PB_12
steve918 21:6379a5650867 11 #define LORA_RESET PB_10
steve918 21:6379a5650867 12 #define LORA_DIO0 PB_11
steve918 21:6379a5650867 13 #define LORA_DIO1 PC_13
steve918 21:6379a5650867 14 #define LORA_DIO2 PB_9
steve918 21:6379a5650867 15 #define LORA_DIO3 PB_4
steve918 21:6379a5650867 16 #define LORA_DIO4 PB_3
steve918 21:6379a5650867 17 #define LORA_DIO5 PA_15