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 HMC5843 by
Revision 3:7f74d68580c3, committed 2017-10-03
- Comitter:
- rulla
- Date:
- Tue Oct 03 16:40:03 2017 +0000
- Parent:
- 0:ae7d06398888
- Commit message:
- ok
Changed in this revision
| HMC5843.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/HMC5843.h Sun Oct 17 22:22:39 2010 +0000 +++ b/HMC5843.h Tue Oct 03 16:40:03 2017 +0000 @@ -44,6 +44,7 @@ * Defines */ #define HMC5843_I2C_ADDRESS 0x1E //7-bit address. 0x3C write, 0x3D read. + #define HMC5843_I2C_WRITE 0x3C #define HMC5843_I2C_READ 0x3D
