Help for this page

Select Code to Download


  1. or download this
    use constant {
        RPI_MODE_WPI => 0,
    ...
        RPI_MODE_PHYS => 3,
        RPI_MODE_UNINIT => -1,
    };
    
  2. or download this
    sub new {
        my ($self, %args) = @_;
    ...
        $self->_fatal_exit;
        return $self;
    }