Page 2 of 2

Re: [Solved] Adafruit HMC5883 on CT-ARM - compile error

PostPosted: Thu Jan 04, 2018 4:53 pm
by bengchet
Hi,

It is just compiler issue from CT-ARM which have some problem to compile the code properly when dealing with inheritance class with custom struct. The way I show you is just a temporary fix for your problem, i.e. remove the inheritance and go back to old fashion way, putting the code to your main library.