NAME
PiFlash::Hook - named dispatch/hook library for PiFlash
VERSION
version 0.4.1
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