Jump to content
43oh

I2C, anyone got it working at all?


Recommended Posts

Hello all,

I#ve got issues working with i2c (in another thread) but I wonder if anyone has gotten i2c working between 2 tivac connected boards using the master_writer and slave_receiver sketches? I can't seem to get any i2c working at all with the 1.8.7e21 version of energia. Can you make it work?

Cheers

Sol

Link to post
Share on other sites
  • 1 month later...

hello Solexius 

I have the same error to work on the TIVA c and I2C ,  i change  positions on this 

Tiva C code.

#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2);

--this is a arduino's code->

#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x3C,16,2);

more or less like Arduino's code, i ll continue verifing the code.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...