summaryrefslogtreecommitdiff
path: root/digital/io/tools/io/init.py
blob: a842306c6492e7872b97cd0ed9344774be2a0be4 (plain)
1
2
3
4
5
6
7
"""Default parameters for io."""
host = dict (
        servo_pos = ((1, 255), (1, 255), (1, 255), (1, 255), (1, 255),
            (1, 255), (1, 255), (1, 255)),
        sharp_threshold = ((0x7f, 0x90), (0x7f, 0x90), (0x7f, 0x90),
            (0x7f, 0x90), (0x7f, 0x90), (0x7f, 0x90)),
        )