From 84d3ca1d1a3d7bdf585f4ac08be35785dbff9bd0 Mon Sep 17 00:00:00 2001 From: Max Holliday Date: Sun, 9 Feb 2020 11:10:59 -0800 Subject: [PATCH] adding BMX160 IMU wip library --- works_in_progress.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/works_in_progress.md b/works_in_progress.md index 6c7d53a..c306f5c 100644 --- a/works_in_progress.md +++ b/works_in_progress.md @@ -20,4 +20,5 @@ help get the driver ready for the Bundle. * [https://github.com/maholli/CircuitPython_ADS124S08](https://github.com/maholli/CircuitPython_ADS124S08) * [https://github.com/maholli/CircuitPython_ADM1176](https://github.com/maholli/CircuitPython_ADM1176) * [https://github.com/maholli/CircuitPython_INA226](https://github.com/maholli/CircuitPython_INA226) -* [https://github.com/maholli/CircuitPython_BQ25883](https://github.com/maholli/CircuitPython_BQ25883) \ No newline at end of file +* [https://github.com/maholli/CircuitPython_BQ25883](https://github.com/maholli/CircuitPython_BQ25883) +* [https://github.com/spacecraft-design-lab-2019/CircuitPython_BMX160](https://github.com/spacecraft-design-lab-2019/CircuitPython_BMX160)