Skip to content

Commit

Permalink
minor fixes for building dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess committed Jun 12, 2014
1 parent e86213c commit b460a27
Show file tree
Hide file tree
Showing 11 changed files with 188 additions and 866 deletions.
36 changes: 32 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
Revision history for Device-Firmata

0.01 Date/time
First version, released on an unsuspecting world.
0.50 2010.08.31-2011.02.16 - Aki Mimoto
implementig all protocol basics and releasing Device::Firmata on Github

2011.03.23 - Chris Fedde
reorganizing as CPAN ready module

2012.12.13-2013.08.11 - Norbert Truchsess
adding all missing protocol-features (1-Wire, I2C, Servo ...)
adding observers for all suitable protocols

Valdas Kondrotas: various bugfixes and enhancements.

0.51 2013.09.10/23:00 - Brett Carroll
Changed IO.pm to use Win32::SerialPort instead of Win32::Serialport on Windows platforms
0.51 2013.09.10/23:00 - Brett Carroll
Changed IO.pm to use Win32::SerialPort instead of Win32::Serialport on Windows platforms
Norbert Truchsess: fix handle onewire in capability-response

0.52 2013.11.22 - Norbert Truchsess
add Firmata over Ethernet

0.53 2014.03.03 - Norbert Truchsess
add rotary-encoder protocol

0.54 2014.03.04 - Norbert Truchsess
add stepper-motor protocol

0.55 2014.04.17 - Norbert Truchsess
fix digital-input message interference with output pins on same port

0.56 2014.06.04 - Norbert Truchsess
add generic method sysex_send to Platform.pl

0.57 2014.06.12 - Norbert Truchsess
Fixed building dist for cpan
21 changes: 16 additions & 5 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ lib/Device/Firmata/Language.pm
lib/Device/Firmata/Platform.pm
lib/Device/Firmata/Error.pm
lib/Device/Firmata/Protocol.pm
lib/Device/Firmata/IO.pm
lib/Device/Firmata/IO/NetIO.pm
lib/Device/Firmata/IO/SerialIO.pm
lib/Device/Firmata.pm
presentation/index.html
presentation/scripts/jquery.js
Expand Down Expand Up @@ -59,10 +60,20 @@ presentation/images/HT1632-spec-12.png
presentation/README
presentation/stylesheets/.DS_Store
presentation/stylesheets/screen.css
examples/example-matrix-time.pl
examples/example-blink.pl
examples/example-pwm.pl
examples/example-matrix.pl
examples/example-matrix-time2.pl
examples/example-tcpserver.pl
examples/example-callbacks.pl
examples/example-pwm.pl
examples/example_LCD_I2C.pl
examples/example-onewire-alarms.pl
examples/example-i2c.pl
examples/example-blink.pl
examples/example-matrix-draw.pl
examples/example_stepper.pl
examples/test.pl
examples/example-matrix.pl
examples/LiquidCrystal_I2C.pm
examples/example_encoder.pl
examples/example-onewire.pl
examples/example-matrix-time.pl
examples/example_DHT11.pl
Loading

0 comments on commit b460a27

Please sign in to comment.