Skip to content

Commit

Permalink
Edited readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyash458 committed Jan 25, 2016
1 parent c56c43b commit c3bf443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SoftOscilloscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def plot_animate(self, fn, read_size=1):
plot[1]._invalidy = True
except ValueError:
pass
except error, message:
except Exception, message:
print message
return
return [x[1] for x in self.plot_list]
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ to work with the package.
* numpy
* pySerial

### Demos

Serial | Socket
:------------------------------------------:|:-------------------------------------------:
![alt tag](http://i.imgur.com/OWu5wBS.gif) |![alt tag](http://i.imgur.com/xwUVAz4.gif)
Expand Down

0 comments on commit c3bf443

Please sign in to comment.