I spent a good amount of time with Arduino UNO and it's all good so far.
I'm having a huge issue getting my Arduino Mega to work. I've looked at the tlc_config.h, Arduino_Mega.h, and the ATmega_xx8 files, but I'm not sure how to switch the lines around in tlc_config.h .
do I change the
#define DATA_TRANSFER_MODE to TLC_BITBANG instead of TLC_SPI
go into the #if DATA_TRANSFER_MODE section and change the pins.
I'm sure of what those lines should say. Can you please help me define the pins to accommodate the Arduino Mega?
Thanks so much.