Add a demo code for PicoCalc
This commit is contained in:
14
Code/picocalc_helloworld/README.md
Normal file
14
Code/picocalc_helloworld/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user