Workaround for lockup on AFSK/DDS startup when using the Wire library.

This commit is contained in:
Stephen Olesen 2015-07-02 01:32:00 -06:00
parent 8e8c88f67c
commit 4a8e9c69e6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ THE SOFTWARE.
// -----------------------------------------------------------------------------
// I2C interface implementation setting
// -----------------------------------------------------------------------------
#define I2CDEV_IMPLEMENTATION I2CDEV_ARDUINO_WIRE
#define I2CDEV_IMPLEMENTATION I2CDEV_ARDUINO_FASTWIRE
//#define I2CDEV_IMPLEMENTATION I2CDEV_BUILTIN_FASTWIRE
// comment this out if you are using a non-optimal IDE/implementation setting