Search found 1 match
- 07 Feb 2024, 13:03
- Forum: RevPiModIO
- Topic: Cannot set "direct_output=True" after update library
- Replies: 1
- Views: 7167
Cannot set "direct_output=True" after update library
I am run python script with two process on the same revpi by setting rpi = revpimodio2.RevPiModIO(autorefresh=True, direct_output=True) .But after I update library, python script cannot run because error direct_output=True is not found in new version of revpimodio2. How to set multiprocessing in new...