Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pybot/drivers/pnp.py
blob: 3457126746ab990660b31d1a854a5405aafb764c (plain)
1
2
3
4
5
6
7
8
9
10
11

RD_VERSION = 0x00

f1 = {
    'name': 'getVersion',
    'call': RD_VERSION,
    'params': 0,
    'read': 3
}

FUNCTIONS = [f1]