motor test
This commit is contained in:
		@@ -7,7 +7,7 @@ import math
 | 
				
			|||||||
GPIO.setmode(GPIO.BCM)
 | 
					GPIO.setmode(GPIO.BCM)
 | 
				
			||||||
#GPIO.setwarnings(False)
 | 
					#GPIO.setwarnings(False)
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
class motor:
 | 
					class motor(GPIO):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pos = 0
 | 
					    pos = 0
 | 
				
			||||||
    freq = freq
 | 
					    freq = freq
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user