libDaisy icon indicating copy to clipboard operation
libDaisy copied to clipboard

max11300 compile error on line 516

Open Electro-Jam opened this issue 3 years ago • 0 comments

When using the max11300 driver with the latest master code I am running into a compile error:

daisy::MAX11300Driver<daisy::MAX11300MultiSlaveSpiTransport, 1>::PinConfig::' to 'daisy::MAX11300Types::DacVoltageRange

on line 516.

I thought was fixed and pushed to the master, but when setting up a new repro for my project I cam across this and wnated to make sure it was logged and fixed.

[{ "resource": "/c:/Users/direc/OneDrive/Documents/Electro_jam/JamSandwich/libDaisy/src/dev/max11300.h", "owner": "makefile-tools", "severity": 8, "message": "cannot convert 'daisy::MAX11300Driver<daisy::MAX11300MultiSlaveSpiTransport, 1>::PinConfig::' to 'daisy::MAX11300Types::DacVoltageRange'", "source": "gcc", "startLineNumber": 516, "startColumn": 66, "endLineNumber": 516, "endColumn": 66 }]

Electro-Jam avatar Nov 23 '22 18:11 Electro-Jam