Kizspy Question: 10
(Choose 1 answer)
FULLOVERAL OV com
How many errors are present in the code given below?
1.
4.
int pin1-12;
void setup() {
pinmode(pin1, IN);
Serial.begin(9600);
}
A. 1
B. 2
C. 3
D. 4
void loop() {
int value analogRead(pin1);
Serial.println(value);
}