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
It seems that I can't call i2c_master_cmd_begin after each step, I must put the full scenario or data in the queue then call it once, but what I'm trying to do is send each command separately..
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Call i2c_master_cmd_begin after each command?
Call i2c_master_cmd_begin after each command? (IDFGH-2188)
Nov 14, 2019
Okay from #680 I set timeout using i2c_set_timeout(i2c_master_port, 1048575); because it seems I had problem with timeout and by creating new i2c_cmd_handle_t for each command seems to solve it, I don't know if this is the best way, but it works..
It seems that I can't call i2c_master_cmd_begin after each step, I must put the full scenario or data in the queue then call it once, but what I'm trying to do is send each command separately..
The text was updated successfully, but these errors were encountered: