Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michel Roelofs
dt_ctrl
Commits
ff1ab1c4
Commit
ff1ab1c4
authored
Sep 06, 2018
by
Jeroen Vreeken
Browse files
Add quadratic sign block (quadratic function, but keeping sign)
:wq
parent
faad6629
Changes
1
Hide whitespace changes
Inline
Side-by-side
controller/ctrl_embedded.ctrl
View file @
ff1ab1c4
...
...
@@ -36,6 +36,7 @@ blocks ($(frequency), $(delay)) {
{ "gain", "w2V" }
{ "gain", "V2pwm" }
{ "quadratic_sign", "joystick_scale" }
{ "deadzone", "joystick_deadzone" }
{ "gain", "joystick2v" }
{ "gain", "joystick2p" }
...
...
@@ -106,9 +107,10 @@ links {
{ "false", "value", "counter0", "reset", true }
{ "false", "value", "counter1", "reset", true }
{ "afec0", "value", "joystick_deadzone", "in", true }
{ "joystick_deadzone", "out", "joystick2v", "in", true }
{ "joystick_deadzone", "out", "joystick2p", "in", true }
{ "afec0", "value", "joystick_scale", "in", true }
{ "joystick_scale", "out", "joystick_deadzone", "in", true }
{ "joystick_deadzone", "out", "joystick2v", "in", true }
{ "joystick_deadzone", "out", "joystick2p", "in", true }
{ $<position>, "spg", "reset_x", true }
{ "joystick2v", "out", "spg", "track_v", true }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment