1.6 fixing sensor issues

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
bradleyk
Posts: 48
Joined: Wed Jan 19, 2011 10:58 pm

1.6 fixing sensor issues

Post 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

Post Reply