Code for FT23 steering wheel
Go to file
Jasper Blanckenburg d0afcb6da4 Add .git-blame-ignore-revs
You can use this file to ignore this commit when running git blame.
Simply run

    git blame --ignore-revs-file .git-blame-ignore-revs [...]

Or configure git to persistently ignore the commit:

    git config blame.ignoreRevsFile .git-blame-ignore-revs
2022-03-13 20:33:59 +01:00
.vscode Add C/C++ Tools to recommended extensions 2022-03-11 16:30:01 +01:00
include Format everything 2022-03-13 20:30:14 +01:00
lib Format everything 2022-03-13 20:30:14 +01:00
src Debounce (some) buttons 2021-07-18 22:32:33 +02:00
test Initial commit 2021-06-15 19:42:00 +02:00
.clang-format Add .clang-format 2021-07-17 20:09:02 +02:00
.editorconfig Format everything 2022-03-13 20:30:14 +01:00
.git-blame-ignore-revs Add .git-blame-ignore-revs 2022-03-13 20:33:59 +01:00
.gitignore Initial commit 2021-06-15 19:42:00 +02:00
platformio.ini Debounce (some) buttons 2021-07-18 22:32:33 +02:00