The only hardware to complete this experiment is Arduino
Code on arduino of this example is blow
1 2 3 4 5 6 7 8 9 |
void setup() { } void loop() { } |
You can draw Ardublock program to learn the process of compiling and upload arduino program.
If no error occurs, You can see “Done upload” on the arduino IDE.
Done Upload
10,967 total views, 4 views today