This is not good enough.This was the change I made, but LED remains off.
Code:void loop() { digitalWrite(LED, HIGH); delay(3000); digitalWrite(LED, LOW); }
You need to insert another delay instruction.
This is not good enough.This was the change I made, but LED remains off.
Code:void loop() { digitalWrite(LED, HIGH); delay(3000); digitalWrite(LED, LOW); }
Okay, will do it tomorrow and get back.This is not good enough.
You need to insert another delay instruction.
Well, I can't say about. Maybe the 10k baising resistor is pulling it low.If RESET is pulled low, the chip will do nothing, so that makes sense. But why is it low?

Just saying… without a second delay after writing the LOW to the LED, the effect will f this sketch to the human eye is as if the delay and the digital write of LOW never was there.This was the change I made, but LED remains off.
Code:void loop() { digitalWrite(LED, HIGH); delay(3000); digitalWrite(LED, LOW); }
| Thread starter | Similar threads | Forum | Replies | Date |
|---|---|---|---|---|
|
|
Those tiny common 5V supplies... | General Electronics Chat | 16 | |
| R | VCO stuck with tiny range | Analog & Mixed-Signal Design | 14 | |
|
|
ATtiny85 upload on Sparkfun Tiny Programmer 11801 250502 | Microcontrollers | 2 | |
| C | Tiny Tv Circuit Board | Digital Design | 18 | |
| A | Tiny Switchy | General Electronics Chat | 10 |