motor test
This commit is contained in:
		@@ -58,7 +58,7 @@ class motor():
 | 
				
			|||||||
        if self.halten == 1:
 | 
					        if self.halten == 1:
 | 
				
			||||||
            self.pwm4.ChangeFrequency(self.freq)
 | 
					            self.pwm4.ChangeFrequency(self.freq)
 | 
				
			||||||
            self.pwm4.stop()
 | 
					            self.pwm4.stop()
 | 
				
			||||||
            print(str(self.pwm4))
 | 
					            print(dir(self.pwm4))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for i in range(int(schritte)):
 | 
					        for i in range(int(schritte)):
 | 
				
			||||||
            if self.pos >= self.schritte_max:
 | 
					            if self.pos >= self.schritte_max:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user