Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 508 Bytes

magneturrent

Magnetic current sensing based on a LSM303DLHC sensor and a TM4C123G board.

Documentation

This project was realised as part of a course @ University of Bayreuth. A german documentation is available here.

Supported Hardware

  • TM4C123G board
  • LSM303DLHC sensor, connected to i2c2

Compiling

> meson build --cross-file dk-tm4c123g.cross
> cd build
> ninja

License

magneturrent is licensed under the MIT license.