HB-25 Motor Controller and Basic Atom

Will the HB-25 Motor Controller work a basic atom or a basic atom pro?

If so just like a normal motor controller. Code example if possible.

yes it is possible with almost all microcontrollers

main 
pulsout p1,200
goto main      'repeat forever

this should make the moter move forever :wink:

You can’t post code without saying what processor it works with.

Code for Atom 28…

low 1 start: pulsout p1,1500 pause 20 goto start