Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alx-Lai committed Jul 13, 2024
1 parent bc7fde2 commit 7fd7a0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ execute `fw/merge.py` to merge STM32CubeIDE generated `main.c` with user code in
* Bit time = 4/9.5kHz = 421us (each bit is 16 pulse).
* LED refreshes at 9.5kHz/16 = 593Hz.

## Format

To check format, please install `clang-format` first.

```sh
# under hitcon-pcb-badge
./lint.sh # check format
./lint.sh -i # auto format
```

0 comments on commit 7fd7a0c

Please sign in to comment.