diff --git a/src/devices/Bno055/README.md b/src/devices/Bno055/README.md index 36d6ef2fb38035f81026b029e4ce42f366c21dff..028a0cb3a03734e19c8bf8be422cc5d09b7ffff9 100644 --- a/src/devices/Bno055/README.md +++ b/src/devices/Bno055/README.md @@ -2,7 +2,7 @@ ## Summary -Those sensors are intelligent 9-axis absolute orientation sensors. Most of the implementations are using I2C sensors but the sensor supports as well HID over I2C and serial port communication. This class only support supports I2C. +Those sensors are intelligent 9-axis absolute orientation sensors. Most of the implementations are using I2C sensors but the sensor supports as well HID over I2C and serial port communication. This class only supports I2C. All operations for a current usage has been developped. The individual interruption level settings for each sensor has not been implemented. If needed, they are quite straight forward to implement.