#!/bin/sh

#bash -c 'logger booston
echo $$ > /var/run/boost.pid
i2cset -y -m 0x07 2 0x6b 0x01 0x05
while true; do
	i2cset -y -m 0x80 2 0x6b 0x00 0x80
	sleep 28
done &

