Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandre Kaspar
Programming Helper
Commits
b945c233
Commit
b945c233
authored
Oct 25, 2019
by
Alexandre Kaspar
Browse files
Horizontal table
parent
01c14135
Pipeline
#4520
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
b945c233
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment