arduino-libraries / Arduino_LSM6DS3

LSM6DS3 Library for Arduino
GNU Lesser General Public License v2.1
30 stars 31 forks source link

Update LSM6DS3.cpp #37

Open David-Domenech-Pereira opened 1 year ago

David-Domenech-Pereira commented 1 year ago

I noticed that on modern Arduino Uno Wifi R2 the end() is not defined, and it does not compile.

However, with endTransmission() it does.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 1 year ago

Memory usage change @ 7e51885d68ecce70a848f52a829dcc6018099f98

Board flash % RAM for global variables %
arduino:megaavr:uno2018 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:nano_33_iot 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table Board|`examples/SimpleAccelerometer`
flash|%|`examples/SimpleAccelerometer`
RAM for global variables|%|`examples/SimpleGyroscope`
flash|%|`examples/SimpleGyroscope`
RAM for global variables|%|`examples/SimpleTempSensor`
flash|%|`examples/SimpleTempSensor`
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|- `arduino:megaavr:uno2018`|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0 `arduino:samd:nano_33_iot`|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0
Click for full report CSV ``` Board,examples/SimpleAccelerometer
flash,%,examples/SimpleAccelerometer
RAM for global variables,%,examples/SimpleGyroscope
flash,%,examples/SimpleGyroscope
RAM for global variables,%,examples/SimpleTempSensor
flash,%,examples/SimpleTempSensor
RAM for global variables,% arduino:megaavr:uno2018,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 arduino:samd:nano_33_iot,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 ```