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.
Diff: bno055_use.h
- Revision:
- 6:23e029bd9c9b
- Parent:
- 4:8d3cc21f184e
- Child:
- 7:52491500cd6d
--- a/bno055_use.h Fri May 31 13:35:05 2019 +0000 +++ b/bno055_use.h Thu Jul 04 10:24:26 2019 +0000 @@ -23,10 +23,10 @@ **************************************************/ //p28 p27 or p9 p10 -const PinName BNO005_SDA = p9; -const PinName BNO005_SCL = p10; -//const PinName BNO005_SDA = p28; -//const PinName BNO005_SCL = p27; +//const PinName BNO005_SDA = p9; +//const PinName BNO005_SCL = p10; +const PinName BNO005_SDA = p28; +const PinName BNO005_SCL = p27; const float timer_dt = 0.012; const int ifaceI2C_frequency = 200000;