Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mongoose-os-apps/example-arduino-hello-c


https://github.com/mongoose-os-apps/example-arduino-hello-c

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Arduino API usage example

## Overview

This is a simple demonstration of using Arduino compatibility in
Mongoose OS. An app uses Arduino's `setup()` and `loop()` routines,
and uses a standard Arduino `digitalWrite()` API.

This example app uses C++ as a programming language. However, Mongoose OS
adds a JavaScript API for many of the Arduino libraries - see other examples.