motor test
This commit is contained in:
		@@ -53,10 +53,7 @@ class motor():
 | 
			
		||||
            self.pwm4.start(0)
 | 
			
		||||
 | 
			
		||||
    def stop(self):
 | 
			
		||||
        self.pwm1.stop()
 | 
			
		||||
        self.pwm2.stop()
 | 
			
		||||
        self.pwm3.stop()
 | 
			
		||||
        self.pwm4.stop()
 | 
			
		||||
        self.pwm4.ChangeFrequency(self.freq)
 | 
			
		||||
 | 
			
		||||
    def vorwaerts(self, schritte):
 | 
			
		||||
        ges_schritte = schritte * 8
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user