boschsensortec / BMI270_SensorAPI

This respository contains Bosch Sensortec's BMI270 inertial measurement unit's sensor API. To report issues, go to https://community.bosch-sensortec.com/t5/Bosch-Sensortec-Community/ct-p/bst_community
BSD 3-Clause "New" or "Revised" License
67 stars 52 forks source link

Moved all examples into one subfolder - fixes compatibility with PlatformIO #20

Open simonmicro opened 1 year ago

simonmicro commented 1 year ago

As the title says - some embedded frameworks are not open to be configured which folders of libraries to ignore. PlatformIO then tries to build all examples, which won't work (...). I therefore moved all examples into a better place.

Further reference: https://github.com/platformio/platformio-core/issues/4303