Aaron Ardiri

Results 7 comments of Aaron Ardiri

why not copy the variants/mkrzero directory and make a new one - editing the PINS for SPI in the configuration of the variants.h file?

yeah; you could do it. then do a pull request to get it integrated into the official version.

i've come across this myself today and this thread sums up my findings as well.. the sad thing is; the library has been designed to be asynchronous in nature (avoid...

just a small update; using the code thats half written - sorted out the client being asynchronous as well int getState() { return _state; } and inside the write() function...

actually; i would prefer to have written it as: `if (client.getState() == CLIENT_STATE_IDLE) ` but the constant is defined in the .cpp file; ready could refer to a number of...

for those who come across this - there is no archive provided by arduino. your only resort is to cross-compile gcc for the gcc-arm-none-eabi target specifically for the raspberry pi....

i spent two days getting it compiled on my RPi3+ - which, eventually worked i had a number of failures; but the most obvious one was lack of RAM/memory -...