Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8568cd4ad6 |
@@ -15,6 +15,4 @@ dualsense.light.setPlayerID(PlayerID.PLAYER_1)
|
||||
# this is not needed in normal usage
|
||||
time.sleep(2)
|
||||
# terminate the thread for message and close the device
|
||||
dualsense.light.setColorI(0, 0, 255)
|
||||
|
||||
dualsense.close()
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
from pydualsense import *
|
||||
|
||||
# get dualsense instance
|
||||
dualsense = pydualsense()
|
||||
dualsense.init()
|
||||
|
||||
print('Trigger Sound demo started')
|
||||
|
||||
dualsense.close()
|
||||
Reference in New Issue
Block a user