Skip to content

Commit

Permalink
corrected raw driver import
Browse files Browse the repository at this point in the history
  • Loading branch information
akaeba committed Mar 9, 2020
1 parent 5eeb3db commit d3e45e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Press 'CTRL + C' for exit
[sh_641_drv.py](https://github.com/akaeba/ATWG/blob/master/driver/espec/sh_641_drv.py) realizes the interface to the climate chamber. Following instruction listing controls the chamber:

```python
import espec.sh_641_drv as sh_641_drv # import driver
import driver.espec.sh_641_drv as sh_641_drv # import driver

myChamber = especShSu() # call class constructor
myChamber.open() # open with interface defaults
Expand Down

0 comments on commit d3e45e8

Please sign in to comment.