Implement I2C communication with STM

This commit is contained in:
2022-05-27 17:17:23 +02:00
parent 49f703f4d4
commit c553ea36d4
6 changed files with 135 additions and 6 deletions

View File

@ -68,6 +68,10 @@ ForEachMacros:
- BOOST_FOREACH
IncludeBlocks: Regroup
IncludeCategories:
# This will hopefully only catch stdlib headers
- Regex: "^<[^/]*>"
Priority: 5
SortPriority: 0
- Regex: '^[<"]SDL2/'
Priority: 2
SortPriority: 0