mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-16 02:47:47 +00:00
Enhanced Debug -> Peripherals app to allow direct register modification (#1584)
* Add files via upload * Add files via upload * Add files via upload * Add files via upload * Clang * Clang * Tweak position of field on screen * Reverted text on Write button per reviewer feedback
This commit is contained in:
@@ -405,6 +405,7 @@ class WM8731 : public audio::Codec {
|
||||
}
|
||||
|
||||
uint32_t reg_read(const size_t reg_address) override;
|
||||
void reg_write(const size_t reg_address, uint32_t value) override;
|
||||
|
||||
private:
|
||||
I2C& bus;
|
||||
|
Reference in New Issue
Block a user