Skip to content

Commit 7f0a566

Browse files
committed
Fixed examples description
1 parent 4aab576 commit 7f0a566

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

examples/SimpleAccelerometer/SimpleAccelerometer.ino

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*
2-
Arduino LSM6DS3 - Simple Accelerometer
2+
Arduino LSM6DSOX - Simple Accelerometer
33
4-
This example reads the acceleration values from the LSM6DS3
4+
This example reads the acceleration values from the LSM6DSOX
55
sensor and continuously prints them to the Serial Monitor
66
or Serial Plotter.
77
88
The circuit:
9-
- Arduino Uno WiFi Rev 2 or Arduino Nano 33 IoT
9+
- Arduino Nano RP2040 Connect
1010
11-
created 10 Jul 2019
12-
by Riccardo Rizzo
11+
created 10 May 2021
12+
by Arturo Guadalupi
1313
1414
This example code is in the public domain.
1515
*/

examples/SimpleGyroscope/SimpleGyroscope.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*
2-
Arduino LSM6DS3 - Simple Gyroscope
2+
Arduino LSM6DSOX - Simple Gyroscope
33
44
This example reads the gyroscope values from the LSM6DS3
55
sensor and continuously prints them to the Serial Monitor
66
or Serial Plotter.
77
88
The circuit:
9-
- Arduino Uno WiFi Rev 2 or Arduino Nano 33 IoT
9+
- Arduino Nano RP2040 Connect
1010
11-
created 10 Jul 2019
12-
by Riccardo Rizzo
11+
created 10 May 2021
12+
by Arturo Guadalupi
1313
1414
This example code is in the public domain.
1515
*/

0 commit comments

Comments
 (0)