gpio.c | 49 gpio_error(lua_State *L, const char *fmt, ...) function in typeref:typename:__printflike (2,3)void 75 gpio_error(L, "%s", strerror(errno)); 105 gpio_error(L, "GPIOINFO"); 137 gpio_error(L, "GPIOSET"); 151 gpio_error(L, "GPIOUNSET"); 165 gpio_error(L, "GPIOREAD"); 180 gpio_error(L, "%d: invalid value", val); 185 gpio_error(L, "GPIOWRITE"); 200 gpio_error(L, "GPIOTOGGLE"); 223 gpio_error(L, "GPIOATTACH") [all...] |