refactor - change constants
This commit is contained in:
@@ -65,7 +65,7 @@ void Navigation::init(Route* route) {
|
||||
Wire.write(0x0b);
|
||||
Wire.write(0x01);
|
||||
Wire.endTransmission();
|
||||
this->compass->setMode(0x01,0x04,0x10,0X00);
|
||||
this->compass->setMode(0x01,0x0C,0x10,0X00);
|
||||
}
|
||||
|
||||
Navigation::~Navigation() {
|
||||
|
||||
Reference in New Issue
Block a user