RaspberryPi-FreeRTOS
RaspberryPi-FreeRTOS copied to clipboard
GPIO functions: rewrite, add functionality
- Uniform naming. Functions are called
gpioSomething(), enums areGpioSomething. - 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.