zeroflag / punyforth

Forth inspired programming language for the ESP8266
Other
406 stars 43 forks source link

Different speeds for multiple motors #59

Open Jos-Ven opened 3 years ago

Jos-Ven commented 3 years ago

Hi, How can the speed of 1 motor be changed while 2 motors are running? Switching off one motor is not very nice. pwm-duty changes all motors instead of one only (pity!). The code I use is based on the example of ~\punyforth-master\arch\esp8266\forth\examples\example-geekcreit-rctank.forth Thanks in advance, Jos