Skip to content

Commit 3783694

Browse files
authored
Merge pull request #608 from arduino/sebromero/content-fixes
Minor content fixes
2 parents 1c07e05 + 8442779 commit 3783694

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Binary file not shown.

content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Build a Multi-Protocol Gateway With Portenta X8 & Max Carrier'
2+
title: 'Multi-Protocol Gateway With Portenta X8 & Max Carrier'
33
description: 'This tutorial shows how to setup a multi-protocol gateway environment on Portenta X8 using Max Carrier'
44
tags:
55
- Containers

content/hardware/06.nicla/boards/nicla-sense-me/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libraries:
1111
- name: Arduino BHY2
1212
url: https://www.github.com/Arduino-libraries/Arduino_BHY2
1313
- name: Arduino BHY2Host
14-
url: https://www.github.com/Arduino-libraries/Arduino_BHY2
14+
url: https://github.com/arduino-libraries/Arduino_BHY2Host
1515
- name: Arduino PDM
1616
url: https://www.arduino.cc/en/Reference/PDM
1717
- name: Arduino SPI
@@ -197,7 +197,7 @@ In the following section, you can see how these ID's are used in an Arduino sket
197197

198198
### Sensor Classes
199199

200-
- **Sensor**: This class handles all the other sensors which have a single value to be read, like temperature, gas, pressure, etc. And also the event sensors, like the step detector. This generic sensor class provides the sensor data through the `value` property.
200+
- **Sensor**: This class handles all the other sensors which have a single value to be read, like temperature, gas, pressure, etc. And also the event sensors, like the step detector. This generic sensor class provides the sensor data through the `value` property that returns a **float**.
201201
- **SensorOrientation**: This class handles sensors with the Euler format, used for example with orientation. It allows you to read the `pitch`, `roll` and `heading` property.
202202
- **SensorXYZ**: This class handles sensors with the XYZ format, like the accelerometer and the gyroscope. It contains `x` `y` and `z` values
203203
- **SensorQuaternion**: Can be used to handle sensors with the quaternion format, can be used to calculate rotation vector, game rotation vector and geomagnetic rotation vector. You can access the `x`, `y`, `z` and `w` property using this class.

0 commit comments

Comments
 (0)