#embedded-systems
Read more stories on Hashnode
Articles with this tag
Infrared (IR) sensors can detect infrared radiation (heat) and movement. It has a various use cases including: Automatic Doors - active or passive...
Every C programmers must use printf function to print Hello World on PC command line console. This function is defined in <stdio.h> which is standard...
When you write the code that will run on the hardware target, C language has been chosen more frequent than C++. However, recently, hardware's...
AI is a common topic in the news these days. All big tech companies dive into the AI business. However, as a firmware engineer, I have never dealt...
Auto-generated mock files in Ceedling provide Ignore and Expect functions as well as the StubWithCallback function. Here is an example of...
How to set up Ceedling From last post, Ceedling was introduced as a unit testing framework for C. In this post, I want to show how to set up Ceedling...