majorx234 / dooropen_api

OpenAPI generated doorstatus REST Backend
0 stars 0 forks source link

GPIO Crate - Trait interface to wrap Raspberry GPIOs #1

Open majorx234 opened 1 year ago

majorx234 commented 1 year ago
Nikl174 commented 1 year ago

Finally I got something that might work but I'm not 100% sure right now (and it's still ugly in some places), and there is still a borrowing-issue left in get_pin_state. Maybe @majorx234 could you look at it, I don't quite get it yet :D.

Nikl174 commented 1 year ago

In commit a98bcd990804d31e4cfeafef091be2e43c79e676 I finally have a nice quite nice looking library for a general async pin interface, in my opinion but @majorx234 if you find some time, you or we together could have a look at it.

But I haven't tested it yet, gonna do it in the afternoon.