how to change IIC SDA SCL pin in arduino config file - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-A series and Uair Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=6) +--- Thread: how to change IIC SDA SCL pin in arduino config file (/showthread.php?tid=2411) |
how to change IIC SDA SCL pin in arduino config file - admin - 11-26-2022 find that file, replace SDA and SCL with your board's. RE: how to change IIC SDA SCL pin in arduino config file - GDN20 - 11-28-2022 (11-26-2022, 12:58 AM)admin Wrote: find that file, replace SDA and SCL with your board's. I just have to do this... RE: how to change IIC SDA SCL pin in arduino config file - admin - 11-28-2022 yes, this is another way, not need to change config file, write in code, just need the arduino function supported. |