-->
Page 2 of 2

Re: I2C Bus Setup function - SDA and SCL as variables

PostPosted: Fri Aug 26, 2016 7:03 pm
by Mmiscool
In the new version I am uploading right now there is an i2c.setup() function will let you define these pins.

Adding it to the docs now.

Re: I2C Bus Setup function - SDA and SCL as variables

PostPosted: Fri Aug 26, 2016 11:17 pm
by trackerj
Wow, these are great news, looking forward to try it out as soon as it is available!

Thank you Mmiscool!

Re: I2C Bus Setup function - SDA and SCL as variables

PostPosted: Sat Aug 27, 2016 12:20 am
by trackerj
Oh, yeah, I can confirm it is working OK on my setup, with SDA/SCL on GPIO4/5!

The new i2c.setup() function is probably one of the most awaited cherries to add on the top of the tasty ESPBasic pie.

Thank you so much for your great work Mmiscool!

Updated also the ESPBasic i2c_scanner() example article to reflect the new great feature.