Solexious 0 Posted February 4, 2019 Share Posted February 4, 2019 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 Quote Link to post Share on other sites
LuigiRivi 0 Posted March 9, 2019 Share Posted March 9, 2019 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.