WIP: Feature/hardware tasks and events
This feature uses hardware tasks and events in order to control the Nordic chip peripherals without the CPU activity. Library uses Programmable peripheral interconnect and GPIOTE drivers.
It defines input pin which can trigger an output pin using proper events and task addresses. Input pins only use events which trigger tasks that are only used by the output pins.
This merge request closes