Skip to content

Study of 2 different versions of the app PicoPiImx7dTemperature for reading the temperature of the PicoPiIMX7d with RainbowHat.

Notifications You must be signed in to change notification settings

AlessandroCosma/PicoPiImx7dTemperature_ConcurrentThreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

PicoPiImx7dTemperature_ConcurrentThreads

Two variants of the PicoPiImx7dTemperature application are presented below.

The first version, PicoPiImx7d_NOThreads, manages the temperature detection and the activation of the alarm in case of exceeding the maximum threshold and prints in the display the temperature detected without the aid of parallel threads, but through a single thread divided several asynchronous tasks.

The second version, PicoPiImx7dTemperature_Threads, proposes the same functionality, with the difference that task management is entrusted to multiple parallel threads.

About

Study of 2 different versions of the app PicoPiImx7dTemperature for reading the temperature of the PicoPiIMX7d with RainbowHat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages