Skip to content

Commit 8123bc8

Browse files
Update content/hardware/09.mega/shields/giga-display-shield/tutorials/image-orientation/orientation-content.md
Co-authored-by: Hannes Siebeneicher <60609597+Hannes7eicher@users.noreply.github.com>
1 parent f894473 commit 8123bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/hardware/09.mega/shields/giga-display-shield/tutorials/image-orientation/orientation-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void loop() {
100100
}
101101
```
102102

103-
The easiest way to tell what values you are getting depending on the orientation of the device you can use a simple sketch. Like the one below that will simply print the IMU values in the serial monitor. Take note of the values you are getting when you rotate the shield and you can use them in the previous sketch.
103+
The easiest way to tell what values you are getting depending on the orientation of the device is to use a simple sketch, like the one below that will simply print the IMU values in the serial monitor. Take note of the values you are getting when you rotate the shield and you can use them in the previous sketch.
104104

105105
```arduino
106106
#include "Arduino_BMI270_BMM150.h"

0 commit comments

Comments
 (0)