You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -474,6 +474,7 @@ lib/<component>/
474
474
-**I2C helpers**: use private snake_case methods `_read_reg()`, `_write_reg()` for register access.
475
475
-**Device identification**: `device_id()` — returns the device/WHO_AM_I register value. All I2C drivers with an ID register must implement this method.
476
476
-**Reset methods**: `reset()` for hardware reset (pin toggle), `soft_reset()` for software reset (register write), `reboot()` for memory reboot (reload trimming).
477
+
-**Power methods**: `power_on()` / `power_off()`. Drivers with `_ensure_data()` auto-trigger don't need an explicit `power_on()`.
0 commit comments