#!/bin/sh

# Automatic unit tests for power sensor device

# Power sensor driver
#  Change hysteresis -> 10 (1.0 Volt)
#  Limit low -> 100 (10.0 Volt)
#  Limit high -> 200 (20.0 Volt)
./sensor_test -ch 10 -ll 100 -lh 200 /dev/sensor0

