init
This commit is contained in:
		
						commit
						b41eb58ca3
					
				
					 10 changed files with 787 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								bin/listUSBdevice.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								bin/listUSBdevice.py
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
#!/usr/bin/env python
 | 
			
		||||
 | 
			
		||||
import labhw
 | 
			
		||||
 | 
			
		||||
devices = labhw.list_USB_devices()
 | 
			
		||||
 | 
			
		||||
for k, v in devices.items():
 | 
			
		||||
	print(k, v)
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue