dakriy / Rosario-ROV

This project is to create a working ROV with features such as live video for the WWU Rosario Beach Marine Laboratory.
MIT License
3 stars 1 forks source link

Separate out WiringPi from the Sensor code #30

Open dakriy opened 5 years ago

dakriy commented 5 years ago

The wiring pi library needs to be abstracted away so that if the wiring pi library needs to be changed to something else, it can be. Or just stop using it all together as I think we can get away from it. At any rate, we need an abstraction interface to separate the code that does the actual OS calls from the sensor code to increase portability, and proper segmentation.