Stefan
Stefan
as just proven the definition of mcp() is fine, problem is the readAnalog() function. I am sorry but I can not give any further support.
hi @y3nd are you using main or develop? they diverged currently a lot. of course main should be stable to use, but I suggest develop for new projects as there...
MISO and MOSI seem to show reasonable signals. Seems like the second picture is showing a 1Byte command followed by another 2Byte command... I did not try to figure out...
I merged those changes to the develop branch. feel free to test.
- could you please confirm to removeable of `no/interrupts()`? This seems wrong to me, I had some serious issues here! - I would prefer to have seperate commits for each...
> > Question on why the int32 is truncated to 25 bits in adcdata? The ADC can return either left aligned or right aligned 32 bit values. The assignment in...
Hi @LeKrakenTheCode! I would be really happy to close this issue, so every info is highly welcomed. do you run main or develop?
I assume you are right. My intention was to make this library for getting easy started as the component is really complex. This is why the begin functions sets a...
it has been a while sine working last on this project... so hard to remember all the pitfalls.. Develop contains breaking changes why I would always suggest to use it,...
> I actually think you _**HAVE**_ to use #define to select pins instead of using the constructor, it doesn't look like parameters are properly passed through the constructor to the...