Skip to content
Snippets Groups Projects
Commit 8115a86f authored by rahix's avatar rahix
Browse files

Merge 'Put BHI, BME and ECG into standby'

See merge request card10/firmware!368
parents 55817704 716bf98a
No related branches found
No related tags found
No related merge requests found
...@@ -180,6 +180,9 @@ void sleep_deepsleep(void) ...@@ -180,6 +180,9 @@ void sleep_deepsleep(void)
max86150_getINT2(); max86150_getINT2();
max86150_shutDown(); max86150_shutDown();
#endif #endif
epic_bhi160_disable_all_sensors();
epic_bme680_deinit();
epic_max30001_disable_sensor();
MAX77650_setEN_SBB2(0b100); MAX77650_setEN_SBB2(0b100);
MAX77650_setSBIA_LPM(true); MAX77650_setSBIA_LPM(true);
core1_stop(); core1_stop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment