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

digital_input - Calculate one input value through a Digital::Driver class

VERSION

version 0.003

SYNOPSIS

  bash$ digital_input DigitalX::MyDriver 613
  bash$ digital_input DigitalX::MyDriver 50-1000
  bash$ digital_input DigitalX::MyDriver -1000
  bash$ digital_input DigitalX::MyDriver 50- # endless
  bash$ digital_input DigitalX::MyDriver 613 F

DESCRIPTION

SUPPORT

IRC

  Join #hardware on irc.perl.org. Highlight Getty for fast reaction :).

Repository

  https://github.com/cindustries/perl-digital
  Pull request and additional contributors are welcome

Issue Tracker

  https://github.com/cindustries/perl-digital/issues

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Torsten Raudssus.

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