mlashch / arduino-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 100.0%