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/demo-c

A demo Mongoose OS firmware for C/C++
https://github.com/mongoose-os-apps/demo-c

Last synced: about 2 months ago
JSON representation

A demo Mongoose OS firmware for C/C++

Awesome Lists containing this project

README

        

# A demo Mongoose OS firmware for C/C++

## Overview

This is an demo app, serves as a skeleton for building Mongoose OS
apps from scratch in C/C++. It implements the same functionality
as [demo-js](https://github.com/mongoose-os-apps/demo-js) does, but
uses C/C++ instead of JavaScript.

See [Mongoose OS C/C++ quickstart](https://mongoose-os.com/docs/mongoose-os/quickstart/develop-in-c.md) for
the C/C++ development introduction.