You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If any users are to use this project, there must be some examples to bootstrap the development, giving them a starting point.
The most basic example for any microcontroller project is a simple blinky, so that is the bare minimum this project must have as an example.
Ideally, there'd be an example showcasing each of the modules, but that's a whole lot of code to write by myself, so I'm not sure it's gonna happen. I'll write as many as I can, but the blinky is the only one that is a sure thing.
The text was updated successfully, but these errors were encountered:
This is the first commit of my blinky example for this chip, it is still
not functional as the build.zig.zon has no dependencies.
It compiles and works when the dependency is properly added, but as of
right now I'm intentionally omitting the UniMicro dependency, since in
the future its URL will be the latest relase URL (but there are still no
releases yet).
NOTE: Since this is the first example ever on this project, there was
still no .gitattributes file as well, so I added it as well.
Examples
If any users are to use this project, there must be some examples to bootstrap the development, giving them a starting point.
The most basic example for any microcontroller project is a simple blinky, so that is the bare minimum this project must have as an example.
Ideally, there'd be an example showcasing each of the modules, but that's a whole lot of code to write by myself, so I'm not sure it's gonna happen. I'll write as many as I can, but the blinky is the only one that is a sure thing.
The text was updated successfully, but these errors were encountered: