Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DarkSector/AVR
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSector committed May 31, 2017
2 parents c842570 + a255c94 commit fc2de20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions bootloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ An exercise in understanding what goes into writing a bootloader and why is it r

## How?

A lot will be borrowed from existing bootloaders (obviously) but that will only be done later. Right now, simply creation of our simple bootloader is the object.

A lot will be borrowed from existing bootloaders (obviously) but that will only be done later. Right now, simply creation of our simple bootloader is the objective.
6 changes: 3 additions & 3 deletions notes/Controllers101.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Quick review of what we'll be using.
|-------|-------|-------|-------|-------|-------|-------|-------|
| 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 |

Bit 0-3: Lower Nybble
Bit 4-7: Higher Nybble
Bit 0-7: Byte (or a word for an 8 bit controller)
* Bit 0-3: Lower Nybble
* Bit 4-7: Higher Nybble
* Bit 0-7: Byte (or a word for an 8 bit controller)

0 comments on commit fc2de20

Please sign in to comment.