Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
ff1ab1c4
Commit
ff1ab1c4
authored
Sep 06, 2018
by
Jeroen Vreeken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add quadratic sign block (quadratic function, but keeping sign)
:wq
parent
faad6629
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
controller/ctrl_embedded.ctrl
controller/ctrl_embedded.ctrl
+5
-3
No files found.
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
Markdown
is supported
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