Skip to content

Commit 0bfb498

Browse files
author
Lev Bronshtein
committed
private methods are now protected
1 parent d708571 commit 0bfb498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LSM6DS3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class LSM6DS3Class {
6969
virtual int gyroscopeAvailable(); // Check for available data from gyroscope
7070

7171

72-
private:
72+
protected:
7373
int readRegister(uint8_t address);
7474
int readRegisters(uint8_t address, uint8_t* data, size_t length);
7575
int writeRegister(uint8_t address, uint8_t value);

0 commit comments

Comments
 (0)