How i use TWI::isr_sart() and TWI::isr_stop()
hello
,
i want use twi.h library methods:
twi::isr_start(state state, uint8_t ix);
and
twi::isr_stop(state state, uint8_t type);
a short example me.
the problem in project is, wire.h library causes confusion softwareserial.h library.
i communicate between 2 devices. "display"[i2c]<-->[arduinouno]<-->[serial]"sim800l"
if separately, works perfect, not
i search 5 days solution...
((

i want use twi.h library methods:
twi::isr_start(state state, uint8_t ix);
and
twi::isr_stop(state state, uint8_t type);
a short example me.
the problem in project is, wire.h library causes confusion softwareserial.h library.
i communicate between 2 devices. "display"[i2c]<-->[arduinouno]<-->[serial]"sim800l"
if separately, works perfect, not

i search 5 days solution...

quote
a short example me.a short clue twi.h file lives us.
are methods public? doubt it. if not, can't use them.
Arduino Forum > Using Arduino > Programming Questions > How i use TWI::isr_sart() and TWI::isr_stop()
arduino
Comments
Post a Comment