David Sanz Kirbis

Results 2 issues of David Sanz Kirbis

Changed order of operands. Tested only with just one matrix unit (myNumberOfDevices = 1).

In order to add support for stm32duino platforms the following definition is needed: ``` #if defined(__arm__) #ifndef __NOP #define __NOP __asm volatile ("nop") #endif #endif ``` Adding the definition to...