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 ITG3200 by
Revision 2:92aec36778a7, committed 2015-12-17
- Comitter:
- sillevl
- Date:
- Thu Dec 17 14:03:30 2015 +0000
- Parent:
- 1:f27e66e954dd
- Child:
- 3:2dd53a8427e9
- Commit message:
- set correct I2C address
Changed in this revision
| ITG3200.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ITG3200.h Thu Dec 03 07:54:12 2015 +0000 +++ b/ITG3200.h Thu Dec 17 14:03:30 2015 +0000 @@ -43,7 +43,7 @@ /** * Defines */ -#define ITG3200_I2C_ADDRESS 0x69 //7-bit address. +#define ITG3200_I2C_ADDRESS 0x68 //7-bit address. //----------- // Registers
