Skip to content

Commit 13183df

Browse files
committed
added defines for the iot readboard and iot node lorawan board
1 parent c1e78d4 commit 13183df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sparkfun_pico/sfe_pico_boards.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4141

4242
#define SFE_RP2350_XIP_CSI_PIN 8
4343

44+
#elif defined(SPARKFUN_IOTREDBOARD_RP2350)
45+
46+
#define SFE_RP2350_XIP_CSI_PIN 47
47+
48+
#elif defined(SPARKFUN_IOTNODE_LORAWAN_RP2350)
49+
50+
#define SFE_RP2350_XIP_CSI_PIN 0
51+
4452
#endif
4553

4654
#endif

0 commit comments

Comments
 (0)