parse-community / parse-embedded-sdks

The Embedded SDKs for the Parse Platform
http://parseplatform.org
Other
246 stars 118 forks source link

Simple integration test for yun SDK #23

Closed ronaldyang closed 9 years ago

ronaldyang commented 9 years ago

Some fundamental integration test for Yun SDK. The code is mainly a tailored version of Parse Arduino Guide.

Due to memory limit(too much code will occupy run time memory), this is so far the max test which can be done in one sketch.

stanleyw commented 9 years ago

LGTM, see minor comment above.

ronaldyang commented 9 years ago

minor comment addressed