Skip to content

Conversation

@BjornTheProgrammer
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@BitterB0NG0 BitterB0NG0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the code still builds and my inline comments refer to readability changes, the four commits in "HAGL" may merge into "main." However, the code should change according to my comments as well.

* while the LED is off. This is used to gate the reporter task and keep it
* from printing.
*/
void blinker(void) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the "blinker(void)" function has been removed to attach the screen hardware component, its not clear what Raspberry Pi Pico W pins are devoted to what inputs/outputs. "blinker(void)" could continue to demonstrate functionality with different pins later and be commented out of compilation and execution.

This comment applies to the "blinker(void)" and "reporter_task(void)" functions.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The screen pins are seen in the cmakelists.txt file within the os folder. The hardware library requires it to be so, but I believe that I might remove this graphics library in the future.

Copy link
Collaborator Author

@BjornTheProgrammer BjornTheProgrammer Sep 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The blinker feature actually makes sense and should be added back into the os.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants