-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for WiringNP #16
Comments
Tried running the code on Raspberry Pi 3 with ubuntu MATE OS both |
Found out that WiringNP and WiringPi are not the same.
WiringNP is based on WiringPi, so in theory it will be much easier to add support for it. |
Thank you for all the useful information. This is not something I have investigated yet. I have not had time to focus on this package recently, but hope to do so sometime in the fall. |
Version 0.10 now relies on |
The code worked on Raspberry Pi 3.
But on NanoPi NEO2 running the command :
dart example/example.dart
And getting the Error:
As you can see from this post
The NanoPi NEO2 have the same processor as Raspberry Pi 3 (ARM Cortex-A53).
NanoPi NEO2 CPU:
Allwinner H5, Quad-core 64-bit high-performance Cortex A53
Same error happening on NanoPi NEO
Command:
dart example/example.dart
Error:
NanoPi NEO CPU:
Allwinner H3, Quad-core Cortex-A7 Up to 1.2GHz
The text was updated successfully, but these errors were encountered: