Skip to content
/ pico Public
forked from rsta2/pico

Some small programs for the Raspberry Pi Pico

License

Notifications You must be signed in to change notification settings

ctopkin/pico

 
 

Repository files navigation

Pico

Raspberry Pi is a trademark of the Raspberry Pi Foundation.

Overview

Some small programs for the Raspberry Pi Pico.

Programs

Directory Description
dummy_flash/ to be installed in the flash for the RAM loader
midi_adapter/ USB to serial MIDI adapter (converter)
spi_slave_pio/ SPI slave, which is compatible with the Raspberry Pi 0-4

Building

export PICO_SDK_PATH=/absolute/path/to/pico-sdk
mkdir build
cd build
cmake ..
make

About

Some small programs for the Raspberry Pi Pico

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.5%
  • CMake 24.5%