mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 10:18:54 +01:00
304 B
304 B
PicoCalc Hello World
Demonstrate how to use spi screen and i2c keyboard on PicoCalc.
Building
mkdir build
cd build
export PICO_SDK_PATH=/where/pico-sdk/is
cmake ..
make
Notes
On PicoCalc, the default serial port of the Pico is the USB Type-C port, not its built-in Micro USB port.