Set IO PX4_I2C_BUS_ONBOARD I2C speed to 400KHz

This commit is contained in:
hxxnrx
2014-07-10 21:50:23 +02:00
parent 5bb8c50112
commit c97e08bcf0
Regular → Executable
+1 -1
View File
@@ -79,7 +79,7 @@ device::Device
}
PX4IO_I2C::PX4IO_I2C(int bus, uint8_t address) :
I2C("PX4IO_i2c", nullptr, bus, address, 320000)
I2C("PX4IO_i2c", nullptr, bus, address, 400000)
{
_retries = 3;
}