9 years, 8 months ago.

What does VCC means?

What does VCC means? For example : while (1) { test the voltage on the initialized analog pin and if greater than 0.3 * VCC set the digital pin to a logic 1 otherwise a logic 0 if(ain > 0.3f) { dout = 1; } else { dout = 0; }

Be the first to answer this question.