Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Adafruit_LSM303_Accel.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Adafruit_LSM303_Accel_Unified : public Adafruit_Sensor {

void readRawData(void);

Adafruit_I2CDevice *i2c_dev;
Adafruit_I2CDevice *i2c_dev = NULL;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to nullptr

};

#endif
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit LSM303 Accel
version=1.1.8
version=1.1.9
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout
Expand Down