Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qthing
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Nolte
qthing
Commits
f97cfde6
Commit
f97cfde6
authored
6 years ago
by
Jens Nolte
Browse files
Options
Downloads
Patches
Plain Diff
Increase led default update frequency
parent
552128a6
No related branches found
No related tags found
1 merge request
!8
Updating bme280-qthing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/qthing.h
+1
-1
1 addition, 1 deletion
main/qthing.h
with
1 addition
and
1 deletion
main/qthing.h
+
1
−
1
View file @
f97cfde6
...
...
@@ -90,7 +90,7 @@ namespace qthing {
typedef
std
::
function
<
led_color_t
(
uint8_t
,
uint16_t
,
led_color_t
)
>
led_color_handler_t
;
void
enable_leds
(
uint8_t
led_strip_fps
=
5
0
);
void
enable_leds
(
uint8_t
led_strip_fps
=
6
0
);
void
add_ledstrip
(
gpio_num_t
gpio
,
uint16_t
num_leds
,
qthing
::
led_strip_types_t
led_type
);
void
set_color_handler
(
led_color_handler_t
led_color_handler
);
void
set_led_strip_fps
(
uint8_t
fps
);
...
...
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