Statistics
| Branch: | Tag: | Revision:

amiro-lld / drivers / MPU6050 / v1 / alld_MPU6050.h @ ed9a1bf5

History | View | Annotate | Download (7.839 KB)

# Date Author Comment
ed9a1bf5 2020-06-23 16:47 Thomas Schöpping

MPU6050 driver reworked.
Implementation is very rudimentary and incomplete yet.

f69ec051 2020-01-17 11:47 Thomas Schöpping

All copyright forms updated to 2020.

9466e34d 2019-07-15 13:18 Thomas Schöpping

major structure overhaul:
- Drivers are no longer separated in include/ and source/ folders, but a single drivers/ folder.
- There is no Makefile anymore. Software, which uses the drivers has to set the according paths individually.
- (De)Activation of drivers is no longer done via the alldconf.h file, but via Makefiles.