Using the Arduino IDE to run 1Sheeld sketches on a pcDuino
In a previous post, I provided a modified library and samples for using the 1Sheeld on a pcDuino (2 or 3) using the pcDuino Arduino-ish libraries (c_environment). If, however, you want to compile sketches for the 1Sheeld on the pcDunio using the Arduino IDE, there are some additional things you need to do. I've also taken pains to make sure that the changes I talk about here are integrated into the Arduino Libraries in such a way that you can still use them if you are connecting an Arduino to the pcDuino and using the 1Sheeld on the Arduino ... so, the exact same libraries can be used for Ardunio/1Sheeld sketches or pcDuino/1Sheeld sketches. <<< TERMIO ISSUES >>> You may want to add this somewhere to your start-up configuration ... or create an easily accessible script somewhere. stty -onlcr -icrnl -F /dev/ttyS1 If you don't, using some of the Shields won't work as-expected ... and if you ever need to you can always do this to ...