The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Alien::gputils

SYNOPSIS

Alien::gputils is a perl module that enables the installation of the gputils toolkit for developing code for Microchip PIC microcontrollers.

The source code is taken from http://gputils.sourceforge.net.

VERSION

0.07

METHODS

gpasm

This method returns the path to the gpasm binary whether installed by this module or if already installed in the $PATH.

This method returns the path to the gplink binary whether installed by this module or if already installed in the $PATH.

gplib

This method returns the path to the gplib binary whether installed by this module or if already installed in the $PATH.

gpdasm

This method returns the path to the gpdasm binary whether installed by this module or if already installed in the $PATH.

gpstrip

This method returns the path to the gpstrip binary whether installed by this module or if already installed in the $PATH.

gpvc

This method returns the path to the gpvc binary whether installed by this module or if already installed in the $PATH.

gpvo

This method returns the path to the gpvo binary whether installed by this module or if already installed in the $PATH.

bin_dir

This method provides the directory for the binaries that form the package of gputils such as gpasm and gplink which are needed by their downstream modules like VIC.

config

This method provides the access to configuration information for the library on the system. More information can be seen in the module Alien::gputils::ConfigData.

SEE ALSO

Alien::gputils::ConfigData

AUTHORS

Vikas N Kumar <vikas@cpan.org>

REPOSITORY

https://github.com/vikasnkumar/Alien-gputils.git

COPYRIGHT

Copyright (C) 2013-2014. Vikas N Kumar <vikas@cpan.org>. All Rights Reserved.

LICENSE

This is free software. YOu can redistribute it or modify it under the terms of Perl itself.