|
@@ -5,7 +5,7 @@ bitbang_i2c_state(const char *old_state, const char *new_state) "state %s -> %s"
|
|
bitbang_i2c_addr(uint8_t addr) "Address 0x%02x"
|
|
bitbang_i2c_addr(uint8_t addr) "Address 0x%02x"
|
|
bitbang_i2c_send(uint8_t byte) "TX byte 0x%02x"
|
|
bitbang_i2c_send(uint8_t byte) "TX byte 0x%02x"
|
|
bitbang_i2c_recv(uint8_t byte) "RX byte 0x%02x"
|
|
bitbang_i2c_recv(uint8_t byte) "RX byte 0x%02x"
|
|
-bitbang_i2c_data(unsigned dat, unsigned clk, unsigned old_out, unsigned new_out) "dat %u clk %u out %u -> %u"
|
|
|
|
|
|
+bitbang_i2c_data(unsigned clk, unsigned dat, unsigned old_out, unsigned new_out) "clk %u dat %u out %u -> %u"
|
|
|
|
|
|
# core.c
|
|
# core.c
|
|
|
|
|