How do you plan to solve it?
R= V/I (10mA)(1000) = 0.01A
R=5V/0.01A
R=500R
void setup() { // put your setup code here, to run once: pinMode(9, OUTPUT); } void loop() { // put your main code here, to run repeatedly: digitalWrite(9, HIGH); delay(400); digitalWrite(9, LOW); delay(800); }
Add video of the output (know more)
Add a photo of your hardware showing the output.
Submit Your Solution