vittoria-thomasini / tasks-freertos-arduino

This project was developed for the course of Real-Time Systems of UNIFTEC and has the proposal to create tasks using FreeRTOS in Arduino UNO for beginners users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating Tasks using FreeRTOS in Arduino UNO

How it works?

In this project, we maked the LCD blink changing the LCD color from black to white with a frequency of 1000ms in black and with a frequency of 3000ms in white. In addition, the name of the corresponding task will be printed on the serial display within of IDE and, at a frequency of 5000ms, print the value of the counter that will increase with each print.

Environment

- Microcontrolador Arduino Uno
- Display LCD Tft de 2.4 Touch Screen
- Cabo USB
- Arduino IDE versão 1.8.16
- Biblioteca FreeRTOS

About

This project was developed for the course of Real-Time Systems of UNIFTEC and has the proposal to create tasks using FreeRTOS in Arduino UNO for beginners users.

License:MIT License


Languages

Language:C++ 100.0%