Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bits3 Bare Minimum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lukas Ludwig Reuschenbach
Bits3 Bare Minimum
Commits
f270f4d6
Commit
f270f4d6
authored
7 months ago
by
Lukas Ludwig Reuschenbach
Browse files
Options
Downloads
Patches
Plain Diff
Update config.h
parent
9b86a6dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Fahrzeug/bits3-bare-minimum/config.h
+2
-2
2 additions, 2 deletions
Fahrzeug/bits3-bare-minimum/config.h
with
2 additions
and
2 deletions
Fahrzeug/bits3-bare-minimum/config.h
+
2
−
2
View file @
f270f4d6
...
@@ -85,8 +85,8 @@ float distance = 0.00; //Distanz [m] die das Fahrzeug zurück gelegt
...
@@ -85,8 +85,8 @@ float distance = 0.00; //Distanz [m] die das Fahrzeug zurück gelegt
* Servomotor Lenkung *
* Servomotor Lenkung *
* ****************** */
* ****************** */
const
int
STEER_SERVO_PIN
=
11
;
const
int
STEER_SERVO_PIN
=
11
;
const
int
STEER_ANGLE_MAX
=
13
8
;
// Muss eventuell angepasst werden!
const
int
STEER_ANGLE_MAX
=
13
0
;
// Muss eventuell angepasst werden!
const
int
STEER_ANGLE_MIN
=
6
4
;
// Muss eventuell angepasst werden!
const
int
STEER_ANGLE_MIN
=
6
0
;
// Muss eventuell angepasst werden!
const
int
STEER_START_POS
=
93
;
// Muss eventuell angepasst werden!
const
int
STEER_START_POS
=
93
;
// Muss eventuell angepasst werden!
thk_ServoController
ServoSteer
(
STEER_SERVO_PIN
,
STEER_START_POS
,
STEER_ANGLE_MAX
,
STEER_ANGLE_MIN
);
thk_ServoController
ServoSteer
(
STEER_SERVO_PIN
,
STEER_START_POS
,
STEER_ANGLE_MAX
,
STEER_ANGLE_MIN
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment