The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PiFlash::Hook - named dispatch/hook library for PiFlash

VERSION

version 0.4.3

SYNOPSIS

 PiFlash::Hook::add( "hook1", sub { ... code ... });
 PiFlash::Hook::hook1();
 PiFlash::Hook::add( "hook2", \&function_name);
 PiFlash::Hook::hook2();

DESCRIPTION

SEE ALSO

piflash, PiFlash::Command, PiFlash::Inspector, PiFlash::MediaWriter, PiFlash::State

AUTHOR

Ian Kluft <cpan-dev@iankluft.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017-2019 by Ian Kluft.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004