indention
This commit is contained in:
12
README.md
12
README.md
@ -52,12 +52,12 @@ with MorIOC("mtest") as mor:
|
||||
# creates MTEST:CHAN-IMAGE:FPICTURE, :WIDTH, :HEIGHT
|
||||
|
||||
while True:
|
||||
val = random()
|
||||
pvo.put(val)
|
||||
val = random()
|
||||
pvo.put(val)
|
||||
|
||||
val = pvi.get()
|
||||
print(val)
|
||||
val = pvi.get()
|
||||
print(val)
|
||||
|
||||
val = np.random.random(200).reshape(10, 20)
|
||||
img.put(val)
|
||||
val = np.random.random(200).reshape(10, 20)
|
||||
img.put(val)
|
||||
```
|
Reference in New Issue
Block a user