SX1276 library for modtronix inair9. Edited for use with NRF51DK board.
Fork of SX1276Lib_modtronix by
Diff: SX1276LibConfig.h
- Revision:
- 24:1346d1c71c40
- Parent:
- 22:20db480143c9
- Child:
- 25:72381be1b0ce
--- a/SX1276LibConfig.h Wed May 13 11:38:38 2015 +1000 +++ b/SX1276LibConfig.h Fri Jul 24 21:35:37 2015 +1000 @@ -13,8 +13,8 @@ #define SHIELD_SHD3I_INAIR9 #endif -//This library uses Arduino pins, which are not available on TARGET_NZ32ST1L -#if ( defined ( TARGET_NZ32ST1L ) ) +//This library uses Arduino pins, which are not available on TARGET_NZ32ST1L and TARGET_NZ32SC151 +#if ( defined ( TARGET_NZ32ST1L ) || defined(TARGET_NZ32SC151) ) #define A0 NC #define A3 NC #define A4 NC