Skip to content

Commit 09b5adc

Browse files
committed
FEAT added magnetic sensors + prepared for v1.6.0
1 parent e89b15d commit 09b5adc

File tree

20 files changed

+151
-34
lines changed

20 files changed

+151
-34
lines changed

_includes/js/custom.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ var defines =[
3232
"EN_GATE ",
3333
"M_PWM",
3434
"M_OC",
35-
"OC_ADJ"
35+
"OC_ADJ",
36+
"SPI_MODE0"
3637
]
3738

3839
var classNames = [
@@ -121,7 +122,9 @@ var structNames = [
121122
"Pullup",
122123
"Quadrature",
123124
"ControlType",
124-
"FOCModulationType"
125+
"FOCModulationType",
126+
"MagneticSensorSPIConfig_s",
127+
"MagneticSensorI2CConfig_s"
125128
];
126129
var structProps = [
127130
"EXTERN",

docs/simplefoc_library/code/communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Motor commands
4-
parent: Using the Code
4+
parent: Writing the Code
55
nav_order: 6
66
permalink: /communication
77
grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>

docs/simplefoc_library/code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Using the Code
3+
title: Writing the Code
44
nav_order: 6
55
description: "Arduino Simple Field Oriented Control (FOC) library ."
66
permalink: /code

docs/simplefoc_library/code/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Monitoring
4-
parent: Using the Code
4+
parent: Writing the Code
55
nav_order: 5
66
permalink: /monitoring
77
grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>

docs/simplefoc_library/code/motion_control/angle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Position Control
44
parent: Motion Control
5-
grand_parent: Using the Code
5+
grand_parent: Writing the Code
66
grand_grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
77
description: "Arduino Simple Field Oriented Control (FOC) library ."
88
nav_order: 3

docs/simplefoc_library/code/motion_control/angle_openloop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Position Open-Loop
44
parent: Motion Control
5-
grand_parent: Using the Code
5+
grand_parent: Writing the Code
66
grand_grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
77
description: "Arduino Simple Field Oriented Control (FOC) library ."
88
permalink: /angle_openloop

docs/simplefoc_library/code/motion_control/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Motion Control
4-
parent: Using the Code
4+
parent: Writing the Code
55
description: "Arduino Simple Field Oriented Control (FOC) library ."
66
permalink: /motion_control
77
nav_order: 3

docs/simplefoc_library/code/motion_control/index_search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Index Search loop
44
parent: Motion Control
5-
grand_parent: Using the Code
5+
grand_parent: Writing the Code
66
grand_grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
77
description: "Arduino Simple Field Oriented Control (FOC) library ."
88
nav_order: 4

docs/simplefoc_library/code/motion_control/velocity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Velocity Control
44
parent: Motion Control
5-
grand_parent: Using the Code
5+
grand_parent: Writing the Code
66
grand_grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
77
description: "Arduino Simple Field Oriented Control (FOC) library ."
88
permalink: /velocity_loop

docs/simplefoc_library/code/motion_control/velocity_openloop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Velocity Open-Loop
44
parent: Motion Control
5-
grand_parent: Using the Code
5+
grand_parent: Writing the Code
66
grand_grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
77
description: "Arduino Simple Field Oriented Control (FOC) library ."
88
permalink: /velocity_openloop

0 commit comments

Comments
 (0)