hardbap / firmata

A Ruby implementation of the Firmata protocol.
MIT License
42 stars 23 forks source link

removed deprecation warnings for StringIO methods #14

Closed elbow-jason closed 10 years ago

elbow-jason commented 10 years ago

I was getting a lot of deprecation warnings because .bytes is deprecated in the StringIO class. This pull request changes bytes to each_byte.

hardbap commented 10 years ago

Thanks for the PR.