Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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; }