Apr 3, 2020
2286 views
1 respects
Components and supplies
Arduino Mega 2560
5 mm LED: Red
Apps and platforms
Arduino IDE
Project description
Code
blink
arduino
1void setup() { 2 3pinMode(13,OUTPUT); 4} 5 6void loop() { 7 8 9digitalWrite(13,HIGH); 10delay(1000); 11digitalWrite(13,LOW); 12delay(1000); 13}
Downloadable files
Comments
Only logged in users can leave comments
mohss
0 Followers
0 Projects
Table of contents
Intro
0