evantee
Published © MIT

resistor

Resistor

ExpertProtip70
resistor

Things used in this project

Hardware components

Resistor 100 ohm
Resistor 100 ohm
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Schematics

thats it

Code

Why are you still looking at this

C/C++
int resist =13;



void setup ()
{
pinMode(resist,OUTPUT);


}
void loop()
{
digitalWrite (resist,HIGH);

}

Credits

evantee
3 projects • 1 follower
Contact

Comments

Please log in or sign up to comment.