RaspberryPi-FreeRTOS icon indicating copy to clipboard operation
RaspberryPi-FreeRTOS copied to clipboard

GPIO functions: rewrite, add functionality

Open aklomp opened this issue 9 years ago • 0 comments

  • Uniform naming. Functions are called gpioSomething(), enums are GpioSomething.
  • Decreased size of code, removed some verbose constructs.
  • Added functionality:
    • can set pull up/pull down state (this was left unimplemented in the current code);
    • can read out the event detection state.

aklomp avatar Apr 17 '16 22:04 aklomp