Skip to content
Snippets Groups Projects
Commit b945c233 authored by Alexandre Kaspar's avatar Alexandre Kaspar
Browse files

Horizontal table

parent 01c14135
No related branches found
No related tags found
No related merge requests found
Pipeline #4520 passed
......@@ -332,15 +332,9 @@ Let's deconstruct that:
Or in a table:
| `CKDIV8` | 0 |
| -------- | - |
| `CKOUT` | 1 |
| `SUT1` | 0 |
| `SUT0` | 1 |
| `CKSEL3` | 1 |
| `CKSEL2` | 1 |
| `CKSEL1` | 1 |
| `CKSEL0` | 0 |
| Fuse | `CKDIV8` | `CKOUT` | `SUT1` | `SUT0` | `CKSEL3` | `CKSEL2` | `CKSEL1` | `CKSEL0` |
| ---- | -------- | ------- | ------ | ------ | -------- | -------- | -------- | -------- |
| Value | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 0 |
The last four bits are about the clock selection, and their default value `0010` stands for the 8MHz internal RC oscillator as source of the clock.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment