Program takes the raw data from the HMC5883L digital compass sensor and calculates the heading angle. Writes the heading angle to the terminal every 1 second.
Dependencies: HMC5883L ledControl2 mbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:c77e75caf1cb | 2015-08-05 | BaserK | i2c object is static now |
1:f314a65833f4 | 2015-08-05 | BaserK | readMagData is public now |
0:86feb6f44eae | 2015-08-05 | BaserK | Program takes the raw data from the HMC5883L digital compass sensor and calculates the heading angle. Writes the heading angle to the terminal every 1 second |