Thank you for this library #11
Replies: 4 comments
-
Many thanks for your feedback, this is greatly appreciated, having feedback from actual users is the most valuable thing when you do something like this library. |
Beta Was this translation helpful? Give feedback.
-
You are welcome. I am grateful to you for this work. Full disclosure: when I started with Jetson what I really wanted to use was wiringPi, because I had quite a bit of useful code written using the wiringPi interface that I wanted to reuse on the jetson. After some simple experiments with your library to verify it worked and that it could run out of the box on the Seeed Studio A203 carrier board I am using, I took a copy of your code and amalgamated it with Gordon Henderson's wiringPi code and created wiringJet. You may see it on GitHub here: https://github.com/wiringGpio/wiringJet For your reference regarding the issues I entered
I am not very experienced with low level stuff, and I don't really know a pinmux from a pin cushion, so I am going on faith and a bit of testing to verify my changes work correctly. Any guidance or feedback you can offer would be greatly appreciated. Thank you again GB |
Beta Was this translation helpful? Give feedback.
-
Cool, actually what made me create this lib was the fact that coming from the Raspberry pi universe I was used to the Pigpio library and all I wanted was to have something similar when using the Nano. I soon realized that there was no good options out there that just 'worked' and so I grabbed the Tegra CPU manual and started working on it on my spare time. Anyways, I am still going to take note and do some improvements based on your comments plus something that is not there and it should be e.g. debouncing capabilities on the gpioSetISRFunc() function so the user can set up a debouncing time and so forth when catching rising/falling edges, once I am back home all this should take a very short time. |
Beta Was this translation helpful? Give feedback.
-
Sounds great. I hope you have safe and happy travels. |
Beta Was this translation helpful? Give feedback.
-
This is not an issue, but a thank you.
I am new to working with Jetson, starting with some experience with the Raspberry Pi using wiringPi.
Thank you very much for creating and sharing this library. It was the only C library I could find that worked on both the NVIDIA developer carrier board and the Seeed Studio A203 carrier board I am using for my projects.
Thank you again
Graham Briggs
Beta Was this translation helpful? Give feedback.
All reactions