I2C Scanner
I want an I2C Scanner program for STM32F103C8T6 Blue Pill board. i will use external pullup for the i2c clock and data, because the voltage of the devices i am going to scan is 1.8V. The software should find the address of all the devices connected in the bus and return the address to the pc through UART port. default three i2c ports are not true open drain so i need alternate solution.
