#!/bin/sh
echo Initialisiere Chip auf ultimate countig mode; now!
i2cset -y 0 0x50 0x00 0x20 	# den Controllregister auf "Zaehlen stellen" 
i2cset -y 0 0x50 0x03 0x00 	# die Zahlenspeicherregister 0x03,0x02,0x01 nullen
i2cset -y 0 0x50 0x02 0x00
i2cset -y 0 0x50 0x01 0x00

watch -n 0.25 /root/myonmonitor_loop


