Skip to content
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

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Users/ajaku/guide #174

wants to merge 9 commits into from

Conversation

ajaku
Copy link
Contributor

@ajaku ajaku commented Feb 9, 2024

No description provided.


Each `.c` module in `mod` adheres to the following skeleton structure:

```c

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 🦦)

Copy link
Contributor Author

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!

Choose a reason for hiding this comment

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

good work sir 🐐

fred13kim
fred13kim previously approved these changes Feb 21, 2024
Copy link
Contributor

@fred13kim fred13kim left a comment

Choose a reason for hiding this comment

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

👍

@jacobkoziej
Copy link
Member

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`
Copy link
Contributor

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
Copy link
Contributor

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

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.

5 participants