C Programming

This tag is used to tag C Programming related posts

Ubuntu Tutorial: Baremetal Arduino

0 – Introduction Building a simple LED blink project is often the first step into the world of embedded systems and microcontroller programming. While many projects rely on the Arduino’s more user-friendly IDE and libraries, sometimes you want more, more speed or more control, and that’s when you should go lower, closer to the metal. […]

Ubuntu Tutorial: Baremetal Arduino Read More »

Ubuntu Tutorial: Arduino IDE 2

0 – Introduction Arduinos are very popular microcontrollers for people who are studying or working with hardware and hobyists. In Ubuntu there are some different ways of coding and uploading your code to a Arduino but the official way is to use the Arduino IDE and that’s what we will be installing in this article.

Ubuntu Tutorial: Arduino IDE 2 Read More »