ntruchsess / perl-firmata

Perl implementation of the firmata client. Originally authored by Aki Mimoto (amimoto) this repository was transfered to Norbert Truchsess (ntruchsess) in 02/2013. Anybody willing to contribute is very wellcome! Please submitt pull-requests against branch 'dev'
http://www.firmata.org
Other
21 stars 11 forks source link

unsupported mode '2' for pin '15' at ../lib/Device/Firmata/Platform.pm line 823. #14

Closed bcarroll closed 6 years ago

bcarroll commented 11 years ago

examples/test.pl is producing an error "unsupported mode '2' for pin '15' at ../lib/Device/Firmata/Platform.pm line 823."

This test was done using an Arduino Mega 2560 R3 and the StandardFirmata sketch included with Arduino 1.0.5.

I did not get this error with an Arduino Nano v3.

I read something a while ago about changing a delay to support the Mega, but I thought that had been included in the newer versions of the StandardFirmata sketch.

jnsbyr commented 6 years ago

duplicate of #15