simple Math question.
AlBot9
Posts: 2
I'm going through the ROBOTIC WITH THE BOE-BOT course now and I'm on Chapter 2 where you read the explanation of the "PULSOUT" command in PBASIC.
I don't understand why 2 microseconds is coded as "1"
for example...
PULSOUT 13, 1
will send a pulsout signal out for 2 microseconds... why is it "1'?
thanks
-jac
I don't understand why 2 microseconds is coded as "1"
for example...
PULSOUT 13, 1
will send a pulsout signal out for 2 microseconds... why is it "1'?
thanks
-jac
Comments
See the trend? The faster the microcontroller the shorter the duration for one unit of PULSOUT.
Larry