Skip to content

Commit 0e249ae

Browse files
doc : README updated #36
1 parent f398a2c commit 0e249ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@ orangetool.unmount_all() #This function unmount all of the mounted devices
188188

189189
orangetool.mount("sda1","/mnt/usb1") # This function mount input device in input addresses
190190

191+
#6- usb_on
192+
193+
orangetool.usb_on() # This function enable USB
194+
195+
#7- usb_off
196+
197+
orangetool.usb_off() # This function disable USB
198+
191199
```
192200

193201
### Display Functions

0 commit comments

Comments
 (0)