Open chaveiro opened 9 years ago
In library code you have assembly code assiged to R30 : volatile uint8_t *reg asm("r30") = _baseReg;
This breaks portability of the lib for other microcontrolers.
In library code you have assembly code assiged to R30 : volatile uint8_t *reg asm("r30") = _baseReg;
This breaks portability of the lib for other microcontrolers.