summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/hal/i2c/test/hub.py
blob: c6c77f77cec78ccc23f6cab28a715260b4935d2e (plain)
1
2
3
4
5
6
# Hub for test.
from mex.hub import Hub
def log (x):
    print x
h = Hub (min_clients = 1, log = log)
h.wait ()