Colorado-School-of-Mines-Robotics-Club / SpaceGrantEngine

'Engine' for handling concurrency and other 'low-level' tasks
MIT License
0 stars 2 forks source link

Hardware #19

Closed Cattym33 closed 1 year ago

Cattym33 commented 1 year ago

Currently includes the Pin class and the Pin_handler class

justincdavis commented 1 year ago

@Cattym33 Would you be able to add the RPi.GPIO integration into this? So when we create a new pin it creates the class and makes the corresponding calls to RPi.GPIO for analog/digital and input/output?