-
Clone an instance of the repo.
git clone https://github.com/myles-parfeniuk/esp32_BNO08x.git
-
Checkout the examples branch.
cd esp32_BNO08x git checkout examples
-
Initialize submodules (each example project contains a submodule pointing to the main branch.)
git submodule update --init --recursive
-
Build any of the projects contained within the examples branch. If using the esp-idf VScode extension, open the desired project folder within vs-code.
idf.py fullclean idf.py build flash monitor
Distributed under the MIT License. See LICENSE.md
for more information.
Myles Parfeniuk - myles.parfenyuk@gmail.com
Project Link: https://github.com/myles-parfeniuk/esp32_BNO08x.git