Skip to content

Commit dc5cd9f

Browse files
Fix function name
1 parent 32c170f commit dc5cd9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xbot_service_interface_py/examples/lcd_hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def _byte_bytes(value: int, rs: int) -> bytes:
5252

5353

5454
def _tx(svc, data: bytes):
55-
svc.call_i2_ctransmit(I2C_BUS, LCD_ADDR, data, timeout_ms=1500)
55+
svc.call_i2c_transmit(I2C_BUS, LCD_ADDR, data, timeout_ms=1500)
5656

5757

5858
def lcd_cmd(svc, cmd: int):

0 commit comments

Comments
 (0)