-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gfrn
committed
Sep 16, 2022
1 parent
a6ee627
commit f6cef5a
Showing
10 changed files
with
13 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
from timeit import timeit | ||
|
||
setup = """ | ||
import pydrs | ||
drs = pydrs.EthDRS('10.0.6.56', 5000) | ||
drs.slave_addr = 5""" | ||
|
||
for i in range(0, 10): | ||
print( | ||
timeit("drs.read_vars_fbp(); drs.read_vars_common();", setup=setup, number=100) | ||
) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from .pydrs import EthDRS, SerialDRS, GenericDRS | ||
|
||
__version__ = "1.3.3" | ||
__date__ = "02/09/2022" | ||
__version__ = "1.3.4" | ||
__date__ = "16/09/2022" |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.