| You are in home \ microcontroller \ PicAxe \ BASIC Intro. (back) |
|
Software
| |
| Preliminary info... Currently incomplete... |
high
low
toggle
pulseout
input
output
dirs
pwm
if ... then
readadc
pulsin
button
low or high command on that pin. All input or output commands automagically reconfigure that port-pin to an input or output as appropriate.
The absolute maximum current that any port-pin can source or sink is 25 mA. The absolute maximum current that the '08 can source or sink for all I/O pins combined is 125 mA. Note that this is the maximum permissible current that you must ensure is not exceeded. Even remaining with in the current limits, there are also temperature limits, so keep track that excessive power dissipation isn't being demanded of the chip which would result in heating beyond a safe temperature, also resulting in damage.
The PicAxe-08 chip is a Pic12F629 with the Rev-Ed Pic-Axe BASIC bootloader added. You should familiarise yourself with the specs (available from Microchip) for this chip, noting the differences in capability between the 'raw' Pic chip and the PicAxe.