Page 1 of 1

1.6 fixing sensor issues

Posted: Sat Feb 05, 2011 12:07 pm
by bradleyk
hi,
in 1.6 the internal pull-ups are off by default,

so it anybody is having sensor issues, try activating them

by finding


//enable internal I2C pull ups
//#define INTERNAL_I2C_PULLUPS

and changing them to


//enable internal I2C pull ups
#define INTERNAL_I2C_PULLUPS