On 22 Feb 2015, at 6:10pm, russ lyttle <lyttlec at gmail.com> wrote:

> The "natural" language for the Raspberry PI is Python. For Arduino it is
> C++.

Arduinos are programmed in 'Wiring' which is descended from 'Processing', which 
is a very small subset of C++ with a few library functions added.  It's so 
small that a complete list of all language features, including build-in library 
calls, fits on two sides of A4.

Which it may be technically possible to port SQLite to one, almost no Arduinos 
have any storage with a file structure so it's not worth it unless you yourself 
need SQLite for your own project.

Simon.

Reply via email to