STM32 programming I2C scanner in Keil

STM32 programming I2C scanner in Keil

STM programmin I2C scanner n Keil. I2C scanner is essential tool for finding unknown address of the I2C device. Many times manufacturers of the breakout boards not include address on it, nor in any documentation. So, here is simple, yet 'must have' part of the code. It becomes part of my wire.c library. No need to pause video and 'catch' the code, everything is already on my web page: https://wp.me/p7jxwp-rZ ~~~~~~~~~~~~~-~~~~~~~~~~~~~~ #STM32 #ProgrammingInKeil #I2Cscanner