mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
alter comment
This commit is contained in:
parent
f2a71ebd69
commit
617a867a25
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Device:
|
|||
else:
|
||||
self.epo.write('D' + chr(freq & 0xff) + chr((freq >> 8) & 0xff) + chr((freq >> 16) & 0xff) + chr(freq >> 24))
|
||||
|
||||
# set opamp (which=1,2), (chan=1..6), (gain=1, 2, 4, 5, 8, 10, 16, 32)
|
||||
# set opamp (which=1,2), (chan=0..5), (gain=0..7)
|
||||
def opamp(self, which, chan, gain):
|
||||
if self.fake:
|
||||
print 'opamp', which, chan, gain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue