An open API service indexing awesome lists of open source software.

https://github.com/ar-ray-code/eerratic

EErratic : C/C++ headers for avoiding Embedded Erratic test
https://github.com/ar-ray-code/eerratic

Last synced: 3 days ago
JSON representation

EErratic : C/C++ headers for avoiding Embedded Erratic test

Awesome Lists containing this project

README

        

# EErratic
EErratic : C/C++ headers for avoiding Embedded Erratic test

## EErratic timer

In embedded systems, execution time and timing must be considered in the design, but the difficulty of creating and debugging such systems is high for teams with immature design technology and coordination with other devices.

I have therefore created a timed execution header that is independent of the system implementation.

This system defines an elapsed time for each step and provides a variable sleep time function in case the time is approaching or a timeout occurs.

In addition, because the execution time is defined first, it is easier to view the execution flow of the device on a time axis during the design phase.