This is a fork of Richard Barry's FreeRTOS, optimised for the Arduino Microchip ATmega devices. It has been created to provide access to FreeRTOS capabilities, with full compatibility to the Arduino ...
Reads the analog temperature sensor every 100 ms. Converts analog value to temperature (°C). Stores it in a shared variable currentTemp protected by a mutex. alarmTask Checks the current temperature ...
Even though machine learning AKA ‘deep learning’ / ‘artificial intelligence’ has been around for several decades now, it’s only recently that computing power has become fast enough to do anything ...
Programming embedded systems is difficult because of resource constraints and limited debugging facilities. Why develop your own Real-Time Operating System (RTOS) as well as your application when the ...