#!/bin/sh
echo Myon-Monitor
i2cget -y 0 0x50 0x03	# die Register 0x03- 0x01 ausgeben
i2cget -y 0 0x50 0x02
i2cget -y 0 0x50 0x01

