1
0
mirror of https://github.com/jonathanhogg/scopething synced 2025-07-14 03:02:09 +01:00

Revised analog params; move VM-specific IO routines into vm.py; remove EEPROM params code (doesn't work); a few lines of documentation here and there

This commit is contained in:
Jonathan Hogg
2017-07-11 11:33:49 +01:00
parent 942c7e7dbc
commit be7e7e97c1
3 changed files with 80 additions and 52 deletions

View File

@ -1,3 +1,9 @@
"""
streams
=======
Package for asynchronous serial IO.
"""
import asyncio
import logging