NAME
Device::BusPirate::Mode
- base class for Device::BusPirate
modes
DESCRIPTION
The following methods are implemented by all the various mode subclasses.
METHODS
$pirate = $mode->pirate
Returns the underlying Device::BusPirate instance.
$mode->power( $power )->get
Enable or disable the VREG
5V and 3.3V power outputs.
$mode->pullup( $pullup )->get
Enable or disable the IO pin pullup resistors from Vpu
. These are connected to the MISO
, CLK
, MOSI
and CS
pins.
$mode->aux( $aux )->get
Set the AUX
output pin level.
$mode->cs( $cs )->get
Set the CS
output pin level.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>