File tree Expand file tree Collapse file tree 6 files changed +7636
-10063
lines changed Expand file tree Collapse file tree 6 files changed +7636
-10063
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
Language : Cpp
3
3
BasedOnStyle : Google
4
- AccessModifierOffset : -1
4
+ AccessModifierOffset : -4
5
5
AlignAfterOpenBracket : Align
6
6
AlignConsecutiveMacros : true
7
7
AlignConsecutiveAssignments : true
@@ -29,7 +29,7 @@ BraceWrapping:
29
29
AfterClass : false
30
30
AfterControlStatement : false
31
31
AfterEnum : false
32
- AfterFunction : false
32
+ AfterFunction : true
33
33
AfterNamespace : false
34
34
AfterObjCDeclaration : false
35
35
AfterStruct : false
@@ -42,15 +42,15 @@ BraceWrapping:
42
42
SplitEmptyRecord : true
43
43
SplitEmptyNamespace : true
44
44
BreakBeforeBinaryOperators : None
45
- BreakBeforeBraces : Attach
45
+ BreakBeforeBraces : Custom
46
46
BreakBeforeInheritanceComma : false
47
47
BreakInheritanceList : BeforeColon
48
48
BreakBeforeTernaryOperators : true
49
49
BreakConstructorInitializersBeforeComma : false
50
50
BreakConstructorInitializers : BeforeColon
51
51
BreakAfterJavaFieldAnnotations : false
52
52
BreakStringLiterals : true
53
- ColumnLimit : 80
53
+ ColumnLimit : 120
54
54
CommentPragmas : ' ^ IWYU pragma:'
55
55
CompactNamespaces : false
56
56
ConstructorInitializerAllOnOneLineOrOnePerLine : true
Original file line number Diff line number Diff line change 6
6
7
7
English | [ 中文] ( README_cn.md )
8
8
9
- <img src =" https://static-cdn.m5stack.com/resource/docs/static/assets/img/product_pics /core/core2/core2_01.webp " alt =" M5Core2_P1 " width =" 350 " height =" 350 " >
9
+ <img src =" https://static-cdn.m5stack.com/resource/docs/products /core/core2/core2_01.webp " alt =" M5Core2_P1 " width =" 350 " height =" 350 " >
10
10
11
11
** For the Detailed documentation of M5Core2, Please [ Click here] ( https://docs.m5stack.com/en/core/core2 ) **
12
12
@@ -26,7 +26,7 @@ The 3 icons on the front of the screen are capacitive buttons which are programm
26
26
27
27
## M5Core2 M-BUS Schematic diagram
28
28
29
- <img src =" https://static-cdn.m5stack.com/resource/docs/static/assets/img/product_pics/ core/core2/core2_mbus .webp " width = " 50% " >
29
+ <img src =" https://static-cdn.m5stack.com/resource/docs/products/ core/core2/core2_mbus_01 .webp " width = " 50% " >
30
30
31
31
## More Information
32
32
You can’t perform that action at this time.
0 commit comments