Arduino

var message = "hello world!"; alert(message);
.codebox { /* Below are styles for the codebox (not the code itself) */ border:1px solid black; background-color:#EEEEFF; width:300px; overflow:auto; padding:10px; } .codebox code { /* Styles in here affect the text of the codebox */ font-size:0.9em; /* You could also put all sorts of styling here, like different font, color, underline, etc. for the code. */ }

In dit project beschrijf ik hoe er Seriële communicatie mogelijk is met een Arduino.

Voor dat we beginnen, zijn er een aantal dingen nodig om dit mogelijk te maken.

 

Benodigdheden: 

·         Arduino (Uno, Mega,..Etc.)

·         Programmeer kabel

 

Lees meer...