Skip to content

Commit 8c8ce1d

Browse files
committed
Update hardware_hookup.md
1 parent c4e945b commit 8c8ce1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hardware_hookup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ The table below shows how to connect the SparkFun IoT RedBoard - ESP32 to the VR
381381
</div>
382382

383383
!!! note
384-
For users that are using a MicroMod Machine Learning Board with an MicroMod Artemis Processor, you will need to redefine a few pins. We recommend redefining the following pins in the example code.
384+
For users that are connecting the BNO086 to a MicroMod Machine Learning Board and MicroMod Artemis Processor, you will need to redefine a few pins. We recommend redefining the following pins in the example code.
385385

386386
``` c++
387387
#define BNO08X_CS PWM0
@@ -397,4 +397,4 @@ The table below shows how to connect the SparkFun IoT RedBoard - ESP32 to the VR
397397
#define BNO08X_RST D1
398398
```
399399

400-
Additionally, A0 and A1 are meant to be only used as input pins and for ADC. THe MicroMod Artemis Processor has op amps and scaling from 3.3V to 3V on both of those analog pins.
400+
Additionally, A0 and A1 are meant to be only used as input pins and for ADC. The MicroMod Artemis Processor has op amps and scaling from 3.3V to 3V on both of those analog pins.

0 commit comments

Comments
 (0)