OpenMYR / IoT_Motors

OpenMYR IoT Motors for ESP8266
MIT License
14 stars 5 forks source link

Refactor GPIO code #28

Closed brandonbrown2 closed 8 years ago

brandonbrown2 commented 8 years ago

Right now we use slow methods for accessing and setting the GPIO pins. We can definately use computer wizard magic to make our GPIO accesses faster. Besides, we still have demo code form the internet we need to refactor out.

brandonbrown2 commented 8 years ago

Time to eliminate gpio_driver from the codebase by just manipulating the gpio registers when needed.