Add the following snippet to your HTML:<iframe frameborder='0' height='385' scrolling='no' src='https://www.hackster.io/evantee/resistor-89b8e3/embed' width='350'></iframe>
Resistor
Read up about this project on
int resist =13; void setup () { pinMode(resist,OUTPUT); } void loop() { digitalWrite (resist,HIGH); }
Please log in or sign up to comment.
Comments
Please log in or sign up to comment.