Arduino_LSM6DS3 icon indicating copy to clipboard operation
Arduino_LSM6DS3 copied to clipboard

Update LSM6DS3.cpp

Open David-Domenech-Pereira opened this issue 1 year ago • 2 comments

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

However, with endTransmission() it does.

David-Domenech-Pereira avatar Aug 04 '23 10:08 David-Domenech-Pereira

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 04 '23 10:08 CLAassistant

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<br>flash,%,examples/SimpleAccelerometer<br>RAM for global variables,%,examples/SimpleGyroscope<br>flash,%,examples/SimpleGyroscope<br>RAM for global variables,%,examples/SimpleTempSensor<br>flash,%,examples/SimpleTempSensor<br>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

github-actions[bot] avatar Aug 04 '23 10:08 github-actions[bot]