OPNIC
- fit a 2¢ euro coin into BOOTSEL
- connect the board via USB to the computer
- remove the coin
- run:
./build.sh -+ snake release uf2
For more information, read the development file.
Folder structure is the following:
doc
: contains the documentationhardware
: contains the EAGLE filesfirmware
: contains the firmware-related folders, likemicropython
andcpp
Each folder inside the micropython
and cpp
directories contains the so
called "projects". A project can be a library with a test script or a target
application.
Note on project compilation: if you don't have the pico-sdk installed on your system, it will download from the Internet before compiling.
All build.sh
files need to know which project to compile / run. For example
./build.sh touch [options]
will tell it to use the touch
project. For more
information, please use the -h
option.
Please note that for OPNIC Board Rev. A, programming with Micropython is unavailable.
Thank you Ted Rossin for allowing us to make usage and small changes to your TFT Display GUI on Raspberry Pi Pico project.