Skip to content

Commit c1e78d4

Browse files
authored
Merge pull request #2 from amsam0/patch-1
Thing Plus RP2350 support
2 parents 076bc9b + 8af8380 commit c1e78d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sparkfun_pico/sfe_pico_boards.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3737
// For the pro micro rp2350
3838
#define SFE_RP2350_XIP_CSI_PIN 19
3939

40+
#elif defined(SPARKFUN_THINGPLUS_RP2350)
41+
42+
#define SFE_RP2350_XIP_CSI_PIN 8
43+
4044
#endif
4145

42-
#endif
46+
#endif

0 commit comments

Comments
 (0)