-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not support RPi 3? #3
Comments
Some major updates are required to the package, unfortunately its been sitting on my todo list for quite a while now, waiting for me to get some time to fix it. So for now, it does not support version 3... |
It doesn't support the Pi2B either. Same issue. |
you could try: https://luarocks.org/modules/vsergeev/lua-periphery |
please merge the pull request ,the crash bug is cpu type check incorrect cause "pin_to_gpio" on RPi_GPIO_Lua_module.c undefined value, raspberry pi zero w and raspberry 3b |
done |
Hello, does is support RPi 3 now? It is not clear. I am searching for a Lua library that supports PWM. The lib https://luarocks.org/modules/vsergeev/lua-periphery doesn't support PWM. |
no, it does not |
Downloaded all of the required programs via luarocks as described in readme. When I run test_leds.lua on my RPi 3 it prints "This module can only be run on a Raspberry Pi!" for the line local GPIO=require "GPIO". Is there any way to fix that?
The text was updated successfully, but these errors were encountered: