Draft: Adding Lua 5.1 bindings as 'gpiod' Lua module
- Adding bindings directory with wrapper code
- Adding Makefile.am for building and distributing as a Lua module
- Adding --enable-bindings-lua option for autogen.sh
- Adding examples with basic lua gpioset and gpioget implementation
- Output, input and event input with new(), get(), set() and wait() methods are implemented.
- TODO: Port from libgpiod 1.x api to 2.x API
Signed-off-by: Marek NOVAK novak@acrios.com