Simple python software for manipulate 4 channel i2c Krida Electronics dimmer for Banana Pro board, may also work with Raspberry Pi
LightWare lamp management system ;)
REQUIREMENTS
smbus
pip install smbus
USAGE:
$chmod +x ./dimmer.py
$./dimmer.py channel_num dimming_value
Example
./dimmer.py 1 50 # set 1-st channel 50 % of power
Copyright (c) 2016 Andrew Dorokhin
MIT License