-
Notifications
You must be signed in to change notification settings - Fork 937
Some README and example cleanup #681
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
Conversation
possibly time for some @lurch script magic! |
Hahaha, if only I had more spare time 😢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed a couple (assuming the intention is that names in README should match TARGET names, which I agree with)
Also, while cleaning up, could you delete the space after add_executable
before the bracket at the top of pio/ir_nec/ir_loopback/CMakeLists.txt (currently says add_executable (pio_ir_loopback ...
, would be better as add_executable(pio_ir_loopback ...
)
Co-authored-by: will-v-pi <[email protected]>
Most of the PIO examples listed in the README did not match the actual name of the executable, so cleaning that up.
Also there was a use of a non-interface library which was arguably incorrect, and certainly not, i think, worth introducing there