Compare commits
2 commits
69831cac23
...
ee585c187e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee585c187e | ||
|
|
45f240f99c |
1 changed files with 3 additions and 3 deletions
|
|
@ -52,9 +52,9 @@ def AHBGOa():
|
|||
SSDe = SSDb
|
||||
default_config()
|
||||
atriggers(1,TBITS(BGO))
|
||||
for c in SSDa+SSDb+SSDc: thres(1,c,8)
|
||||
for c in BGO: thres(1,c,8)
|
||||
for c in SSDd+SSDe: thres(0,c,8)
|
||||
for c in SSDa+SSDb+SSDc: thres(1,c,5)
|
||||
for c in BGO: thres(1,c,5)
|
||||
for c in SSDd+SSDe: thres(0,c,5)
|
||||
|
||||
|
||||
def aenable(sl=None, hk=True, ev=True, what=None, **aa):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue