Changes for version 0.67
- fix analog channel mapping in method pin_mode, analog_read and observe_analog of Device::Firmata::Platform
- added method close() to Device::Firmata::IO::SerialIO
- added and updated POD
Modules
- Device::Firmata - A Perl implementation of the Firmata protocol.
- Device::Firmata::Base - Abstract baseclass for Device::Firmata modules
- Device::Firmata::Constants - constants used in the Device::Firmata system
- Device::Firmata::Error - Error handlers
- Device::Firmata::IO::NetIO - implements the low level TCP/IP server socket IO.
- Device::Firmata::IO::SerialIO - implement the low level serial IO.
- Device::Firmata::Language - Localization
- Device::Firmata::Platform - Platform specifics
- Device::Firmata::Platform::Arduino - subclass for the Arduino itself
- Device::Firmata::Protocol - details of the actual firmata protocol
Provides
- Device::Firmata::IO::NetIO::Client in lib/Device/Firmata/IO/NetIO.pm
Examples
- examples/example-blink.pl
- examples/example-callbacks.pl
- examples/example-i2c.pl
- examples/example-matrix-draw.pl
- examples/example-matrix-time.pl
- examples/example-matrix-time2.pl
- examples/example-matrix.pl
- examples/example-onewire-alarms.pl
- examples/example-onewire.pl
- examples/example-pwm.pl
- examples/example-tcpserver.pl
- examples/example_DHT11.pl
- examples/example_LCD_I2C.pl
- examples/example_encoder.pl
- examples/example_stepper.pl
- examples/test.pl