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

Dependents:   InAir9_PingPong

Fork of SX1276Lib_modtronix by modtronix H

Revision:
18:cdb08d710838
Child:
20:7cf7c08f0088
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SX1276LibConfig.h	Tue Mar 03 23:28:08 2015 +0000
@@ -0,0 +1,16 @@
+/*
+Description: - Library Configuration
+
+*/
+#ifndef __SX1276LIBCONFIG_H__
+#define __SX1276LIBCONFIG_H__
+
+//Use the SHD3I shield, with the inAir9 module assembled in iMod port 3. The following pins are used:
+//SCLK=D13, MISO=D12, MOSI=D11
+//DIO0=D2, DIO1=D8, DIO2=D4, DIO3=A4, DIO5=D3  DIO4=Not Used
+//NSS(CS)=D7, Reset=A5
+#ifndef SHIELD_SHD3I_INAIR9
+#define SHIELD_SHD3I_INAIR9
+#endif
+
+#endif //__SX1276LIBCONFIG_H__