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

Mac::MissileLauncher - interface to toy USB missile launchers for Mac

SYNOPSIS

  use Mac::MissileLauncher;

  my $missile = Mac::MissileLauncher->new(num => 0);
  $missile->up;
  $missile->down;
  $missile->left;
  $missile->right;
  $missile->fire;
  $missile->stop;

  $missile->up->down->left->right->fire;

DESCRIPTION

Mac::MissileLauncher is basic interface to the toy USB missile launchers for Mac. It is possible to use it by USB Circus Cannon and USB Missile Launcher (2nd type).

AUTHOR

Kazuhiro Osawa <ko@yappo.ne.jp>

SEE ALSO

Device::USB, Device::USB::MissileLauncher

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.