Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
firmware
Commits
716bf98a
Commit
716bf98a
authored
Jan 04, 2020
by
schneider
Browse files
fix(sleep): Put BHI, BME and ECG into standby
parent
55817704
Pipeline
#4441
passed with stages
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/sleep.c
View file @
716bf98a
...
...
@@ -180,6 +180,9 @@ void sleep_deepsleep(void)
max86150_getINT2
();
max86150_shutDown
();
#endif
epic_bhi160_disable_all_sensors
();
epic_bme680_deinit
();
epic_max30001_disable_sensor
();
MAX77650_setEN_SBB2
(
0
b100
);
MAX77650_setSBIA_LPM
(
true
);
core1_stop
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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