Open dsyleixa opened 5 years ago
There is a #ifdef block around this function. Do you get errors on arm for that? https://github.com/infusion/Fritzing/blob/master/Nunchuk/Nunchuk.h#L46
Sorry, edited my post. I fixed this already in the online version, as lined out with the link. And you're right, constants A0...A4 could be used, but I want to make sure the ports are set to what I want and not corrupted by internal Arduino routines
IMO that wouldn't interfere if it wasn't wired to it, and if not, it woudn't matter either way...?
hi, apart from faulty i2c readings on ARM boards, another crucial issue to the nunchuk.h lib: Nunchuk.h nunchuk_init_power() uses AVR ports which is invalid for ARM and ESP Boards
why don't you use the standard Arduino port numbers A0...A4 instead? (edit: for ESP then perhaps digital output pins)