libhal / SJSU-Dev2

Firmware platform written by San Jose State University for building application for embedded systems
Apache License 2.0
42 stars 63 forks source link

Add non-blocking delay (nanosleep) to sjsu::Delay #1357

Closed kammce closed 4 years ago

kammce commented 4 years ago

This allows Linux to delay sequences of code without a busy loop that typically consume large amounts of the CPU's time/cycles.