EmbeddedNim / picostdlib

Nim wrapper for the raspberry pi stdlib
MIT License
70 stars 11 forks source link

Add timeUs32() and timeUs64() #21

Closed Martinix75 closed 2 years ago

Martinix75 commented 2 years ago

Return time since the microcontroller was turned on in microseconds (32bit or 64bit format)

Martinix75 commented 2 years ago

I canceled the repo and redone the fork, I hope it is now cleaner

Martinix75 commented 2 years ago

Second commit, a simple example of timeUs32()

beef331 commented 2 years ago

Thanks!