aron-bordin / Android-with-Arduino-Bluetooth

Arduino and Android classes to easily connect your mobile device with an Arduino board
GNU General Public License v2.0
73 stars 77 forks source link

serialEvent #2

Open BassemAkl opened 9 years ago

BassemAkl commented 9 years ago

It will be a good addition to implement serialEvent function of the SoftwareSerial class to use the advantage of separating the serial events from the loop function.

aron-bordin commented 9 years ago

Thanks for the tip. I'm working in a new version of this library, I'm creating a complete framework to Arduino, with a big range of Arduino components and tutorials, and I'll be publishing it soon. I'll try to implement this feature.