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
4
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
4
0
0
Merge request reports
Viewing commit
1e30c3ca
Prev
Next
Show latest version
4 files
+
12
−
123
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
1e30c3ca
commit
· 1e30c3ca
Lukas Bossier
authored
8 months ago
bits-bare-minimum-zyklus-1.ino
+
2
−
4
View file @ 1e30c3ca
Edit in single-file editor
Open in Web IDE
Show full file
@@ -103,12 +103,10 @@ void setup(){
@@ -103,12 +103,10 @@ void setup(){
buzzer_signal
(
350
,
2
,
100
);
buzzer_signal
(
350
,
2
,
100
);
set_led_color
(
0
,
100
,
0
);
set_led_color
(
0
,
100
,
0
);
all_led_blink
(
2
,
200
);
//
all_led_blink(2,200);
}
}
void
loop
(){
void
loop
(){
fahren2
();
fahren2
();
}
}
Loading