Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software Defined Radio
r0tor
Commits
e122a04b
Commit
e122a04b
authored
Jul 03, 2019
by
markus
Browse files
Change rot0r ports
parent
cdf748d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
shackremote_arduino/rotor.cpp
View file @
e122a04b
...
...
@@ -93,18 +93,18 @@ void Rotor::doRotor()
stopElevation
();
else
{
if
(
diff_elev
>
0
)
rotateUp
();
else
rotateDown
();
else
rotateUp
();
}
}
else
{
if
(
abs
(
diff_elev
)
>
ELEV_SPAN
)
{
releaseBreakElevation
();
if
(
diff_elev
>
0
)
rotateUp
();
else
rotateDown
();
else
rotateUp
();
}
}
}
...
...
shackremote_arduino/settings.h
View file @
e122a04b
...
...
@@ -49,8 +49,8 @@
#define AZIM_RE_CCW 47
#define AZIM_RE_BREAK 41
// Elevation
#define ELEV_RE_UP 4
3
#define ELEV_RE_DWN 4
5
#define ELEV_RE_UP 4
5
#define ELEV_RE_DWN 4
3
#define ELEV_RE_BREAK 41
...
...
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