ARDUINO LEVEL 1

이 룰렛의 항목 (16개)

  • What is an LED?
  • Why is a resistor important?
  • The (-) column on breadboard represents what?
  • A potentiometer is also known as what?
  • Examples of OUTPUT
  • Examples of INPUT
  • delay(5000); stands for?
  • What does digitalWrite(LED1, HIGH) do?
  • Which specific pin numbers can be used to connect with potentiometer
  • Entire code must end with?
  • Which symbol ends a statement?
  • How to do LED connection?
  • The pinMode() function configures a pin as ?
  • The programming language used by the Arduino microprocessor is ?
  • int LED1= 10; What statement is this?
  • int LED2=2; What is number two is referring in the coding above?