Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thk_led
Manage
Activity
Members
Labels
Plan
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thk_libs
microcontrollers
thk_led
Commits
d90efa85
Commit
d90efa85
authored
3 years ago
by
Tom Tiltmann
Browse files
Options
Downloads
Patches
Plain Diff
Readme-Struktur ergänzt
parent
1f4c4b87
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
README.md
+16
-0
16 additions, 0 deletions
README.md
with
16 additions
and
0 deletions
README.md
+
16
−
0
View file @
d90efa85
## **Projekttitel:**
# Klasse LED_controller und Klasse LED_chain
LEDs Signale erzeugen ohne Nutzung von delay().

## **Beschreibung:**
Sollen mehrere LEDs, z.B. zur Anzeige von Statusinformationen, in unterschiedlicher Frequenz gleichzeitig blinken, so kann dieses Repo geeignet sein.
## **Installation:**
Um diese Klassen verwenden zu können, muss diese Repository geklont und in das Library-Verzeichnis der Arduino-IDE kopiert werden.
<br
/>
<br
/>
## **Anwendung:**
Einbinden der Library:
```
Arduino
#include "led_controller.h.h"
```
<br
/>
## **Erläuterungen:**
**Klasse LED_controller:**
*
`void blink(uint16_t interval)`
: Lasse die LED blinken mit der übergebenen Intervallzeit.
...
...
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