-
Notifications
You must be signed in to change notification settings - Fork 1
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
Users/ajaku/guide #174
base: dev
Are you sure you want to change the base?
Users/ajaku/guide #174
Conversation
|
||
Each `.c` module in `mod` adheres to the following skeleton structure: | ||
|
||
```c |
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.
add:
// ###### LIBRARIES ###### //
(can remove the Note after the .c skeleton structure layout 🦦)
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.
I don't believe the libraries section is detailed within the skeleton, I think you just assume to place them at the top.
the serial device specified at the end. | ||
|
||
If the command succeeds and your code works, you should see your LED | ||
blink! |
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.
good work sir 🐐
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.
👍
Let me look through this before it gets merged. |
|
||
To run the firmware, make sure you've allowed direnv (`direnv allow`). | ||
|
||
Then run, `fwpio -e run led` |
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.
fwpio run -e led
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 |
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.
and if you reset the node cries
No description provided.