-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Fix Linux GPIO logging #20093
Fix Linux GPIO logging #20093
Conversation
Also a question: is there a way to visualise the output of How do you usually use it? |
I'm pretty sure no one other than me when I added this platform has ever used it, so there isn't really a response to usually ^^, but when I was using it I used KST2 (https://kst-plot.kde.org/) to visualise the position data in realtime from the csv file, My intention was to replace this platform with the simulator I'm working on, and a separate cut down Linux realtime platform, what are you currently using it for? |
@p3p I was playing running the Linux implementation on my machine, and I was wondering if there was a way to see what actually happens with the pins. I'd be interested to hear what else you've done on that front, I was thinking maybe a frontend that shows pin state & history, just for the fun of it. Also, how do you set pins? I tried |
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Description
When enabling
GPIO_LOGGING
, a code that uses a deprecated version of a macro (MAX3
vs_MAX
) is used, that causes a compilation error.Also updated
.gitignore
to ignore*_log.csv
files in the top directoryBenefits
Fixes GPIO logging
Configurations
I haven't added a test case, to not increase the duration of tests, but could easily add one