Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mongoose-os-apps/example-arduino-hello-c
- Owner: mongoose-os-apps
- License: other
- Created: 2017-06-07T04:38:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T19:02:59.000Z (about 4 years ago)
- Last Synced: 2024-07-31T21:52:57.436Z (3 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - example-arduino-hello-c
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.