Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BitS2 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
bits_libs
BitS2 bare Minimum
Merge requests
!1
Main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Main
bits2_2024_g16/bits-bare-minimum:main
into
main
Overview
0
Commits
24
Pipelines
0
Changes
2
Open
Main
Lukas Bossier
requested to merge
bits2_2024_g16/bits-bare-minimum:main
into
main
May 17, 2024
Overview
0
Commits
24
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
8a38304e
Prev
Next
Show latest version
2 files
+
21
−
103
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
8a38304e
test
· 8a38304e
Lukas Bossier
authored
8 months ago
custom_config.h
+
4
−
2
View file @ 8a38304e
Edit in single-file editor
Open in Web IDE
Show full file
#ifndef CUSTOMCONFIG_H
#define CUSTOMCONFIG_H
int
fwspeed
=
1
0
0
;
int
fwspeed
=
1
5
0
;
float
periodendauer_ms
=
10
;
float
periodendauer_ms
=
2
;
int
taktcount
=
0
;
boolean
startingsequence_flag
=
true
;
@@ -17,6 +17,8 @@ int blinker_anzahl = 0;
char
lenkung_richtung
=
'n'
;
boolean
lenkung_ausfuehren
=
false
;
boolean
tarierung_ausfuehren
=
false
;
float
lenkung_ausrichtung_ausgang
=
0
.
0
;
boolean
checkkurve_skip
=
false
;
Loading