#!/bin/bash

i2cdetect -y 1 &> i2cdetect.txt
echo "DONE"                   
