mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-28 11:12:26 -04:00
Keep MAX2837 in standby so temperature can be read.
I think this won't significantly impact power consumption.
This commit is contained in:
parent
1146d1fa06
commit
b38338efc0
2 changed files with 3 additions and 1 deletions
|
@ -124,6 +124,8 @@ void MAX2837::init() {
|
|||
|
||||
_dirty.set();
|
||||
flush();
|
||||
|
||||
set_mode(Mode::Standby);
|
||||
}
|
||||
|
||||
void MAX2837::set_mode(const Mode mode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue