EmbeddedNim / picostdlib

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

add in time.nim -> timeUs32() and timeUs64() + example Hellotimestart.nim #20

Closed Martinix75 closed 2 years ago

beef331 commented 2 years ago

Can you rebase this please, there is only a single commit needed for this?

beef331 commented 2 years ago

You did not rebase properly, you should only have a single commit in this PR.

Martinix75 commented 2 years ago

add only 1 file for this commit

Martinix75 commented 2 years ago

add example to use utime32()

beef331 commented 2 years ago

My present issue with this PR is that you have 13 commits, this should be one commit, there is a lot of git history here which isnt needed. If you dont know how to properly rebase this I can suggest checking out the master of this repo, add the additions then push to a new branch on your repo and make a new PR.