Is there a "RCtime" command for PICAXE's

I'm used to Parallax Basic Stamps, but want to start using PICAXE chips due to their low cost, equally active forums, and easy to use editor.

In PBASIC, there is a RCtime command that measures the time it takes for a Resistor-Capacitor circuit to charge/discharge... is there a similar type command in PICAXE Basic?
 

BeanieBots

Moderator
There is no direct equivalent but I guess it depends on you would want such a command.
The PICAXE can measure voltage with ReadADC
and it measure pulsewidth with pulsin

What do you want to do that you would use that command for?
It's most common use is for measuring voltage. ReadADC is MUCH better.
 
Top