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:
- 4:8d3cc21f184e
- Parent:
- 3:5b036c235d4d
- Child:
- 6:23e029bd9c9b
--- a/bno055_use.h Tue Apr 16 08:47:00 2019 +0000 +++ b/bno055_use.h Fri May 31 13:35:05 2019 +0000 @@ -25,6 +25,8 @@ 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;