File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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*/
Original file line number Diff line number Diff line change 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*/
You can’t perform that action at this time.
0 commit comments