You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: spelling fixes
* docs: `Commander.py` spelling fixes
* ci: update ignored word list
* docs: Add pres to ignored word list
* ci: change words to lower case
* ci: add `ser` to ignored word list
* fix: add missing `.` to `.codespellrc`
* docs: fix more spelling
* docs: replace `colour` with US spelling `color`
Copy file name to clipboardExpand all lines: docs/readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This library allows the Nicla Sense ME to interface with the onboard 6-axis IMU
6
6
- Easy access to data from Nicla Sense ME sensors using sensor ID
7
7
- Wrapper for [Bosch BHY2-Sensor-API](https://github.com/BoschSensortec/BHY2-Sensor-API)
8
8
- DFU (Device Firmware Update) of the ANNA-B112 and the BHI260AP
9
-
- All functionality avaliable over both ESLOV and BLE
9
+
- All functionality available over both ESLOV and BLE
10
10
11
11
## Usage
12
12
@@ -35,7 +35,7 @@ For additional information on the Arduino_BHY2 library (including a list of Sens
35
35
-[App](https://github.com/arduino-libraries/Arduino_BHY2/blob/main/examples/App/App.ino) : Control Nicla Sense ME from an external device acting as a host via I2C or ESLOV
36
36
-[AppLowDelay](https://github.com/arduino-libraries/Arduino_BHY2/blob/main/examples/AppLowDelay/AppLowDelay.ino) : Control Nicla Sense ME from an external device acting as a host via I2C or ESLOV with a lower delay
37
37
-[BHYFirmwareUpdate](https://github.com/arduino-libraries/Arduino_BHY2/tree/main/examples/BHYFirmwareUpdate) : Update BHI260 firmware to latest version. Can also be used to upload custom firmware binary.
38
-
-[Fail_Safe_flasher](https://github.com/arduino-libraries/Arduino_BHY2/blob/main/examples/Fail_Safe_flasher/Fail_Safe_flasher.ino) : Fail Safe flashing of a RGB blink sketch. Writes binary file to the SPI flash, then peforms CRC to ensure successful writing of binary file to flash memory.
38
+
-[Fail_Safe_flasher](https://github.com/arduino-libraries/Arduino_BHY2/blob/main/examples/Fail_Safe_flasher/Fail_Safe_flasher.ino) : Fail Safe flashing of a RGB blink sketch. Writes binary file to the SPI flash, then performs CRC to ensure successful writing of binary file to flash memory.
39
39
-[ReadSensorConfiguration](https://github.com/arduino-libraries/Arduino_BHY2/blob/main/examples/ReadSensorConfiguration/ReadSensorConfiguration.ino) : Send sample rate, latency and range for accelerator, gyroscope, rotation, temperature and gas sensor over Serial
40
40
-[ShowSensorList](https://github.com/arduino-libraries/Arduino_BHY2/blob/main/examples/ShowSensorList/ShowSensorList.ino) : List sensors of the Nicla Sense ME board
41
41
-[Standalone](https://github.com/arduino-libraries/Arduino_BHY2/blob/main/examples/Standalone/Standalone.ino) : Read motion, temperature and gas data and send over Serial
0 commit comments