There is a library that I want to use, called Tlc5940, it is included in Arduino's examples.
It is used for increasing the number of GPIO pins.
There are 4 simple methods:
Tlc.init();
Tlc.clear();
Tlc.set(channel , value); // channel is int, the output pin # , value is PWM between 0 to 4095
Tlc.update();
Can someone show me how to write the inline C for them ?
Thanks.
It is used for increasing the number of GPIO pins.
There are 4 simple methods:
Tlc.init();
Tlc.clear();
Tlc.set(channel , value); // channel is int, the output pin # , value is PWM between 0 to 4095
Tlc.update();
Can someone show me how to write the inline C for them ?
Thanks.