hi could you help me with these 2 questions please
thanks
What is this Arduino code doing? #define pin_led_a 2 #define pin ledb 3 void setup() { pinMode(pin_led_a, OUTPUT); pinMode(pin led_b, OUTPUT); } void loop() { digitalWrite(pin_led_a, HIGH); delay(1000); digitalWrite(pin_led_b, LOW); delay(1000); } All other answers are incorrect. Blinks an LED connected to pin 2. Turns on an LED connected to pin 3. Turns on an LED connected to pin 2. The code does not compile. Blinks an LED connected to pin 3. Ps 2 MacBook Pro
2 Collaborate Ultra Question 5 tudiosity - 24/7 line study help Which of the following sentences is correct? Sensors cannot be connected to the Raspberry Pi, it requires the use of an Arduino board. 1 pts Arduino Uno cannot handle interruptions because it doesn't have an operating system. O All are incorrect Raspberry Pi model 4 incorporates an Analog-Digital Converter (ADC) Arduino Uno can execute multiple tasks (processes) at a time 106
hi could you help me with these 2 questions please thanks
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
hi could you help me with these 2 questions please thanks
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!