I am relatively new to both Arduino and Raspberry Pi. I have Firmata working and can read a switch to control a LCD with the rpi. I found several examples to do this on the Internet but nothing more complicated. I have an Arduino Mega and a LCD/Touchscreen/shield from Sainsmart. I want to control the Mega to display on the LCD and read touch positions from the touchscreen through the Mega and pass them to the rpi. Are there examples on the net for more complicated uses of Firmata with a different shields which require thier own library? Does the library get added into to the Firmata sketch?
Jim