Open
Conversation
TahaAkhlaq
reviewed
Feb 9, 2024
TahaAkhlaq
reviewed
Feb 9, 2024
|
|
||
| Each `.c` module in `mod` adheres to the following skeleton structure: | ||
|
|
||
| ```c |
There was a problem hiding this comment.
add:
// ###### LIBRARIES ###### //
(can remove the Note after the .c skeleton structure layout 🦦)
Contributor
Author
There was a problem hiding this comment.
I don't believe the libraries section is detailed within the skeleton, I think you just assume to place them at the top.
TahaAkhlaq
reviewed
Feb 9, 2024
TahaAkhlaq
reviewed
Feb 9, 2024
TahaAkhlaq
reviewed
Feb 9, 2024
| the serial device specified at the end. | ||
|
|
||
| If the command succeeds and your code works, you should see your LED | ||
| blink! |
TahaAkhlaq
reviewed
Feb 10, 2024
Member
|
Let me look through this before it gets merged. |
jcirce
reviewed
Feb 28, 2024
|
|
||
| To run the firmware, make sure you've allowed direnv (`direnv allow`). | ||
|
|
||
| Then run, `fwpio -e run led` |
jcirce
reviewed
Feb 28, 2024
| Which will build the firmware for your board and attempt to upload it to | ||
| the serial device specified at the end. | ||
|
|
||
| If the command succeeds and your code works, you should see your LED |
Contributor
There was a problem hiding this comment.
and if you reset the node cries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.