Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 515 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 515 Bytes

ece-auth-prod-cons-timer

School of Electrical and Computer Engineering, Aristotle University of Thessaloniki

This is the second and final assignment for the course "Real Time Embedded Systems" for the 2019-2020 academic year.

Files description:

  • main.c: Source file for the main function.
  • queue.c: Source file for a thread safe queue.
  • queue.h: Header file for a thread safe queue.
  • timer.c: Source file for the timer.
  • timer.h: Header file for the timer.
  • Report.pdf: The assignment's report.