Closed varun-un closed 1 month ago
Some of the functions in files like Barometer.h should be pure virtual functions if they are only meant to be overridden, and so this should be changed.
Barometer.h
Can you provide an example of what you mean
In #51 I changed the read() and init() to protected so they can no longer be accessed from outside the Sensor stack of classes.
read()
init()
Some of the functions in files like
Barometer.h
should be pure virtual functions if they are only meant to be overridden, and so this should be changed.