Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Käppler
ampel-firmware
Commits
52307d98
Commit
52307d98
authored
Apr 15, 2021
by
Eric Duminil
Browse files
Updated config documentation
parent
4be24659
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/config.public.h
View file @
52307d98
...
...
@@ -59,10 +59,10 @@
*/
// LED brightness, which can vary between min and max brightness ("LED breathing")
// MAX_BRIGHTNESS should be between 0 and 255.
// MAX_BRIGHTNESS
must be defined, and
should be between 0 and 255.
# define MAX_BRIGHTNESS 255
// MIN_BRIGHTNESS should be between 0 and MAX_BRIGHTNESS - 1
// If MIN_BRIGHTNESS is not set, or set to MAX_BRIGHTNESS, breathing is disabled.
// MIN_BRIGHTNESS
, if defined,
should be between 0 and MAX_BRIGHTNESS - 1
// If MIN_BRIGHTNESS is not set, or
if it is
set to MAX_BRIGHTNESS, breathing is disabled.
# define MIN_BRIGHTNESS 60
/**
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment