LED blinker with Arduino IDE
In my first Bascom project I managed to make the LED blinking on the Arduino Uno board. Let's also try to do the same with the Arduino IDE.
The user interface looks quite plain and clean compared to the Bascom IDE. A template file is loaded by default. It consists of two functions: setup() and loop().
Continue Reading ››