NuHash
NuHash
Moved initilisation to constructor so that user defined settings are preserved when calling begin() Made to address #27
When calling LSM9DS1::begin(...), it calls LSM9DS1::init() which overrides any user defined settings https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library/blob/7269199c7a38a70becf454148474c6f05028e5b7/src/SparkFunLSM9DS1.cpp#L155 Perhaps call LSM9DS1::init() within the constructor instead to set default values for the settings. Users can then...
I used your code for a project of mine but I also needed to be able to not deep copy objects of certain types. I implemented an attribute called _NoCopy_...