Tutorials
This page takes you to the individual tutorial pages, where you will find the latest version of each tutorial, older versions and the revision history.
Tutorials have a version number, which is built by the following rule:
major.minor.templateBuild
The version number 1.0.2 indicates that this is major version 1, without any changes to the content, and it uses template build 2. The tutorial title page shows all available tutorials, so when a tutorial is added, all tutorials are rebuilt and uploaded. This is not reflected in the version number, because neither content nor layout change in that case. If you compare two tutorials with different title pages and equal version numbers, the text is equal.
Here are the tutorial pages:
- Introduction to AVRs
- Registers and Memories
- Jumps, Calls and the Stack (Assembler)
- Conditional Branches and Loops (Assembler)
- Accessing C Structs in Assembler