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
Thanks for the information, I'l look into it, this isn't really a general Arduino framework, just designed for Marlin, but I'm pretty sure some people have used I2C devices with it.
Hi. Have troubles in Marlin with Wire.h
Wire.requestFrom (addr,len); if (Wire.available()>=0) { SERIAL_ECHOLN("available");
I never see "available". This code work perfect on mega2560
The text was updated successfully, but these errors were encountered: