Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 committed Jan 5, 2022
1 parent c6cff4e commit 6521da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ How to divide is described in the data sheet, but for example, using a 3.072MHz
When setting the communication speed of 3600bps, it is necessary to divide the frequency of the crystal by 53.3333,
Since such a value cannot be set in the register, sets 54 in the register.
As a result, the actual communication speed will be 3555bps.
This calculation can be calculated by the following formula.
This calculation can be calculated with the following code.
```
#include <stdio.h>
void main() {
Expand Down

0 comments on commit 6521da6

Please sign in to comment.