SX1276 library for modtronix inair9. Edited for use with NRF51DK board.

Dependents:   InAir9_PingPong

Fork of SX1276Lib_modtronix by modtronix H

Committer:
modtronix
Date:
Tue Mar 03 23:28:08 2015 +0000
Revision:
18:cdb08d710838
Child:
20:7cf7c08f0088
Added SX1276LibConfig.h for library configuration

Who changed what in which revision?

UserRevisionLine numberNew contents of line
modtronix 18:cdb08d710838 1 /*
modtronix 18:cdb08d710838 2 Description: - Library Configuration
modtronix 18:cdb08d710838 3
modtronix 18:cdb08d710838 4 */
modtronix 18:cdb08d710838 5 #ifndef __SX1276LIBCONFIG_H__
modtronix 18:cdb08d710838 6 #define __SX1276LIBCONFIG_H__
modtronix 18:cdb08d710838 7
modtronix 18:cdb08d710838 8 //Use the SHD3I shield, with the inAir9 module assembled in iMod port 3. The following pins are used:
modtronix 18:cdb08d710838 9 //SCLK=D13, MISO=D12, MOSI=D11
modtronix 18:cdb08d710838 10 //DIO0=D2, DIO1=D8, DIO2=D4, DIO3=A4, DIO5=D3 DIO4=Not Used
modtronix 18:cdb08d710838 11 //NSS(CS)=D7, Reset=A5
modtronix 18:cdb08d710838 12 #ifndef SHIELD_SHD3I_INAIR9
modtronix 18:cdb08d710838 13 #define SHIELD_SHD3I_INAIR9
modtronix 18:cdb08d710838 14 #endif
modtronix 18:cdb08d710838 15
modtronix 18:cdb08d710838 16 #endif //__SX1276LIBCONFIG_H__