rpi_gpio icon indicating copy to clipboard operation
rpi_gpio copied to clipboard

Emulation of GPIO

Open mikebaldry opened this issue 7 years ago • 1 comments

It'd be nice to be able to build this on other operating systems, and have it simply emulate GPIO.

For instance, you could set direction/value and read back from it.

This would allow us to run unit tests against code using GPIO without being on a raspberry pi or having GPIO pins :)

mikebaldry avatar Jan 12 '17 14:01 mikebaldry

I would love this, too! I'm thinking it would be swell to have some kind of Mock-ing mechanism. :D If I can help, I'm happy to. I have a project starting now that would be ideal for my working on code in rpi_gpio to help make testing "easier".

boldandbusted avatar Jun 12 '17 20:06 boldandbusted