Hi,
I'm trying out my new Trill Ring with an Adafruit Feather nRF52840 Express, but whenever I try to compile any Trill example code I get the same compilation error:
Arduino\libraries\Trill-Arduino-master\Trill.cpp:250:15: error: 'BUFFER_LENGTH' was not declared in this scope
if(length <= BUFFER_LENGTH) {
...
Should I change anything in Trill.cpp? Wire.h works fine with my other projects.
Thanks!