Comments: Multiplexer Breakout Hookup Guide
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
Hello,
I am trying to understand your code. It has been an extremely long time since I have done any type of embedded development and I am trying to recover lost information from my brain.
What is the "magic" 512 number in your DELAY_TIME definition?
const int DELAY_TIME = ((float)LED_ON_TIME/512.0)*1000;
Thank you,