/arduino-examples

A collection of Arduino examples ready to upload to a compatible boards.

Primary LanguageC++MIT LicenseMIT

arduino-examples

A collection of Arduino examples ready to upload to a compatible boards.

I2C Scanner

This sketch scans the I2C-bus (https://en.wikipedia.org/wiki/I%C2%B2C) for devices. If a device is found, it is reported to the Arduino serial monitor. It is the first step to get the I2C communication working.