Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MAG3110 by
Revision 7:14570d7e3335, committed 2016-08-01
- Comitter:
- akashvibhute
- Date:
- Mon Aug 01 02:52:39 2016 +0000
- Parent:
- 6:b2bb387caf3f
- Child:
- 8:203af65371e8
- Commit message:
- updated header
Changed in this revision
| MAG3110.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MAG3110.h Mon Aug 01 02:50:19 2016 +0000 +++ b/MAG3110.h Mon Aug 01 02:52:39 2016 +0000 @@ -1,6 +1,12 @@ -/* - * MAG3110 Sensor Library for mbed - * TODO: Add proper header + /* + * Copyright (C) 2016 Akash Vibhute <akash.roboticist@gmail.com> + * + * Library to handle MAG3110 magnetometer IMU on Virgo 3 robot. + * Based off various user libraries + * + * + * Initial Release: Aug/01/2016 + * */ #ifndef MAG3110_H
