├── .DS_Store ├── Adafruit Feather RP2040 Original.brd ├── Adafruit Feather RP2040 Original.sch ├── Adafruit Feather RP2040 pinout.pdf ├── Adafruit Feather RP2040 pinout.svg ├── Adafruit Feather RP2040 rev B.brd ├── Adafruit Feather RP2040 rev B.sch ├── Adafruit Feather RP2040.brd ├── Adafruit Feather RP2040.sch ├── README.md └── feather_test ├── CMakeLists.txt ├── feather_test.c ├── pico_sdk_import.cmake ├── ws2812.pio └── ws2812.pio.h /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/.DS_Store -------------------------------------------------------------------------------- /Adafruit Feather RP2040 Original.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/Adafruit Feather RP2040 Original.brd -------------------------------------------------------------------------------- /Adafruit Feather RP2040 Original.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/Adafruit Feather RP2040 Original.sch -------------------------------------------------------------------------------- /Adafruit Feather RP2040 pinout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/Adafruit Feather RP2040 pinout.pdf -------------------------------------------------------------------------------- /Adafruit Feather RP2040 pinout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/Adafruit Feather RP2040 pinout.svg -------------------------------------------------------------------------------- /Adafruit Feather RP2040 rev B.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/Adafruit Feather RP2040 rev B.brd -------------------------------------------------------------------------------- /Adafruit Feather RP2040 rev B.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/Adafruit Feather RP2040 rev B.sch -------------------------------------------------------------------------------- /Adafruit Feather RP2040.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/Adafruit Feather RP2040.brd -------------------------------------------------------------------------------- /Adafruit Feather RP2040.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/Adafruit Feather RP2040.sch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/README.md -------------------------------------------------------------------------------- /feather_test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/feather_test/CMakeLists.txt -------------------------------------------------------------------------------- /feather_test/feather_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/feather_test/feather_test.c -------------------------------------------------------------------------------- /feather_test/pico_sdk_import.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/feather_test/pico_sdk_import.cmake -------------------------------------------------------------------------------- /feather_test/ws2812.pio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/feather_test/ws2812.pio -------------------------------------------------------------------------------- /feather_test/ws2812.pio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adafruit/Adafruit-Feather-RP2040-PCB/HEAD/feather_test/ws2812.pio.h --------------------------------------------------------------------------------