Writing a Blinky Program: Difference between revisions
(Created page with "hello") |
No edit summary |
||
Line 1: | Line 1: | ||
== Initial Downloads == |
|||
hello |
|||
For most projects I suggest you hand-type code that is in a code block in these articles. However for files that are not super important to the lesson, I will provide downloads. So for example, in this lesson, you will be writing a <code>main</code> program which means that the Makefile, startup code, callbacks, and interrupts do not pertain to you just yet, and hand-typing them will not be super useful/a worthwhile use of your time. So the provided initial code is here: |
|||
== Structure of an Embedded Program == |
|||
== Configs == |
|||
== Main Loop == |
Revision as of 19:10, 3 October 2024
Initial Downloads
For most projects I suggest you hand-type code that is in a code block in these articles. However for files that are not super important to the lesson, I will provide downloads. So for example, in this lesson, you will be writing a main
program which means that the Makefile, startup code, callbacks, and interrupts do not pertain to you just yet, and hand-typing them will not be super useful/a worthwhile use of your time. So the provided initial code is here: