EmbeddedNim / picostdlib

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

Update to use `ptr` for PwmConfig object #28

Closed casey-SK closed 2 years ago

beef331 commented 2 years ago

I prefer if we just annotate the type with {.byref.}, as it's easier to handle.