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.
Dependencies: mbed-dev
Fork of Adafruit9-DOf_AHRS_Regler_Discrete by
Diff: Source/I2C_base.cpp
- Revision:
- 1:8c4f93e10af3
- Parent:
- 0:772bf4786416
--- a/Source/I2C_base.cpp Sat Mar 21 12:33:05 2015 +0000 +++ b/Source/I2C_base.cpp Thu Oct 19 11:50:04 2017 +0000 @@ -4,6 +4,7 @@ //setup the right i2c class I2C_base* i2c = new I2C_MBED(SDA, SCL); +//I2C_base* i2c = new I2C_MBED(PB_9, PB_8); //setup millis function Timer p_t;
