Merge pull request #1020 from pimoroni/patch-misc

A roundup of not necessarily related fixes from other branches
pull/1021/head
Philip Howard 2024-10-25 15:44:34 +01:00 zatwierdzone przez GitHub
commit c2418ee2fb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -87,7 +87,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: gadgetoid/py_decl
ref: v0.0.1
ref: v0.0.4
path: py_decl
- name: Build MPY Cross

Wyświetl plik

@ -389,7 +389,7 @@ namespace pimoroni {
}
void UC8151::power_off() {
command(POF);
//command(POF);
}
void UC8151::read(uint8_t reg, size_t len, uint8_t *data) {
@ -534,7 +534,7 @@ namespace pimoroni {
void UC8151::off() {
busy_wait();
command(POF); // turn off
//command(POF); // turn off
}
}