MIGRATION

changeset 654
e981d0185485
parent 644
07cc86900473
child 663
fa39f9c0e219
equal deleted inserted replaced
653:6c4c884be155 654:e981d0185485
39 share these tables. 39 share these tables.
40 40
41 41
42 Add pigpio library and make it testable by the configure script. 42 Add pigpio library and make it testable by the configure script.
43 43
44
45 Flow one-wire.
46 --------------
47
48 States:
49 1. Init state.
50 2. Check for exit.
51 Scan for devices. Add to one-wire list.
52 3. Check for exit.
53 Read all DS2413 devices programmed as input.
54 4. Check for exit.
55 Read one temperture sensor from list and update device.
56 5. Check for exit.
57 Check for missing devices not in one wire table.
58 Goto 2.
59 6. Exit state.
60

mercurial