This repository relates to the tutorials in https://github.com/analuhaas/tutorial-TWIST-SPIN
Each tutorial code is available in a separate branch of this repository.
These tutorials were developed at GeePs as part of the CARROTS project, supported by the ANR CARROTS.
To clone a specific branch easily, you can use Git Graph in VScode as explained in the tutorials.
Or you can tap this in your terminal:
git clone -b branch https://github.com/analuhaas/tutorial-codes.gitThe full hierarchy of the project is as follows:
owntech_power_api
└─ owntech
| └─ boards
| └─ scripts
| └─>pio_extra.ini
└─ src
| └─>main.cpp
└─ zephyr
| └─ boards
| └─ dts
| └─ modules
| └─>CMakeLists.txt
| └─>prj.conf
└─>LICENSE
└─>platformio.ini
└─>README.md
The core of the code is the main.cpp file that contains the code to be embedded in the Twist board.