Skip to content

bonezegei/Bonezegei_I2CScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonezegei_I2CScan

Device Scanner

Bonezegei I2CScan is a repository that provides a simple way to scan and identify I2C devices connected to a microcontroller. It iterates through all possible I2C addresses from 0 to 255 and displays the ones that respond with an acknowledgment. This can be useful for debugging, testing, or discovering new I2C devices. The repository contains the source code, and example code how to use it. Follow the installation steps at https://bonezegei.com on how to install bonezegei libraries on Arduino IDE (Batutay, 2023).

Disclaimer

The code and libraries provided by Bonezegei is intended for informational and educational purposes only. Bonezegei does not own or manufacture the hardware associated with the code. The code is provided "as is" without any warranty, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall Bonezegei be liable for any claim, damages, or other liability arising from the use of the code or the hardware. Users are solely responsible for ensuring that their use of the code complies with all applicable laws and regulations.

Other Resources

P

#bonezegei