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


Mac-MissileLauncher documentation  | view source Contained in the Mac-MissileLauncher distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

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

Top

Kazuhiro Osawa <ko@yappo.ne.jp>

SEE ALSO

Top

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

LICENSE

Top

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


Mac-MissileLauncher documentation  | view source Contained in the Mac-MissileLauncher distribution.