Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wire.requestFrom #4

Open
aleknest opened this issue Nov 2, 2019 · 3 comments
Open

Wire.requestFrom #4

aleknest opened this issue Nov 2, 2019 · 3 comments

Comments

@aleknest
Copy link

aleknest commented Nov 2, 2019

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

@p3p
Copy link
Owner

p3p commented Nov 3, 2019

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.

@aleknest
Copy link
Author

aleknest commented Nov 3, 2019

I can share master modules (Marlin, SKR 1.3, PlatformIO) and slave project(Self maded, Arduino nano, PlatformIO). If it necessary, of course

@ellensp
Copy link

ellensp commented Feb 24, 2020

I2C OLED ssd1306 displays work fine on marlin on lpc1768 using this (It was also a SKR 1.3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants