radiolib-org / RadioBoards

Crowd-sourced database of radio module pinouts
MIT License
3 stars 2 forks source link

add support for Raspberry Pi Pico #2

Closed K4KDR closed 4 months ago

K4KDR commented 4 months ago

added support for Raspberry Pi Pico microcontroller in 'contributed' folder.

** ref. the command syntax that is used w/ this board:

SX1262 radio = new Module(3, 20, 15, 2, SPI1, RADIOLIB_DEFAULT_SPI_SETTINGS);

UPDATE on 3-June-2024: removed my request here for help with custom SPI... I remembered that the correct syntax for this board had already been determined from https://github.com/jgromes/RadioLib/issues/729

However, while the provide syntax works in the sketch itself, I am not sure if I have positioned it properly in this Pull Request. So, a close review is still required & appreciated!

Thank you!

jgromes commented 4 months ago

All looks good now - merged, thank you!