LynnL4 / bmi088-python

a Raspberry Pi library wrapper for repository BoschSensortec/BMI08x-Sensor-API and AK09918/ICM20600

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prepare submodule bosch-lib/

git submodule init
git submodule update

Usage

To generate debian package under folder deobj/

# preparation
sudo apt-get install debhelper dh-make debmake devscripts fakeroot

# packaging
# using git tree lastest files
./tools/packaging_deb.sh
# Or if there is git uncommited file changes
# (using working copy files, not tree in git repo)
USE_GIT=no ./tools/packaging_deb.sh

About

a Raspberry Pi library wrapper for repository BoschSensortec/BMI08x-Sensor-API and AK09918/ICM20600

License:MIT License


Languages

Language:C 76.2%Language:Shell 20.4%Language:Makefile 3.5%