incorporate perl-firmata (Device::Firmata)
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2596 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
19
FHEM/lib/Device/Firmata/Platform/Arduino.pm
Normal file
19
FHEM/lib/Device/Firmata/Platform/Arduino.pm
Normal file
@@ -0,0 +1,19 @@
|
||||
package Device::Firmata::Platform::Arduino;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Device::Firmata::Platform::Arduino - subclass for the arduino itself
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
No customization requried at this time so this is just a specification of the
|
||||
Device::Firmata::Platform class
|
||||
|
||||
=cut
|
||||
|
||||
use strict;
|
||||
use Device::Firmata::Platform;
|
||||
use Device::Firmata::Base
|
||||
ISA => 'Device::Firmata::Platform';
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user