mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-04 13:18:55 -04:00
Expose MAX2837 registers, show registers in debug view.
This commit is contained in:
parent
a6fbd1c5ef
commit
c7d49eb190
6 changed files with 93 additions and 3 deletions
|
@ -251,4 +251,8 @@ reg_t MAX2837::temp_sense() {
|
|||
return value;
|
||||
}
|
||||
|
||||
RegisterMap MAX2837::registers() {
|
||||
return _map;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue