We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab6da5 commit eaa59bdCopy full SHA for eaa59bd
content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md
@@ -122,8 +122,9 @@ The **Arduino_BHY2** library contains these sensors:
122
```arduino
123
#include "Arduino_BHY2.h"
124
125
- SensorOrientation orientation(SENSOR_ID_DEVICE_ORI);
126
-
+ Sensor device_orientation(SENSOR_ID_DEVICE_ORI);
+ SensorOrientation orientation(SENSOR_ID_ORI);
127
+
128
void setup(){
129
Serial.begin(115200);
130
BHY2.begin();
0 commit comments