Change charge display off to sleep (#3153)

This commit is contained in:
Pezsma
2026-04-29 19:57:17 +02:00
committed by GitHub
parent c9f310f548
commit ab986a0378
18 changed files with 1195 additions and 826 deletions
+1
View File
@@ -41,6 +41,7 @@ class SPI {
};
void init();
void power_down();
reg_t read(const address_t address) {
return transfer_word(Direction::Read, address, 0);