Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongoose-os-libs/arduino-compat
Arduino compatibility library for Mongoose OS
https://github.com/mongoose-os-libs/arduino-compat
Last synced: 3 months ago
JSON representation
Arduino compatibility library for Mongoose OS
- Host: GitHub
- URL: https://github.com/mongoose-os-libs/arduino-compat
- Owner: mongoose-os-libs
- License: other
- Created: 2017-06-06T14:19:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T13:00:25.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T21:51:44.636Z (6 months ago)
- Language: C++
- Homepage: https://mongoose-os.com
- Size: 565 KB
- Stars: 11
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - arduino-compat - Arduino compatibility library for Mongoose OS (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Official Libraries)
README
# Arduino compatibility for Mongoose OS
This library provides a common Arduino compatibility layer, so that one could
pick an existing Arduino program, throw it into the Mongoose OS application
sources, and ideally, it "just works".Currently, the following public headers are provided:
- `Arduino.h`
- `Print.h`
- `WString.h`
- `stdlib_noniso.h`There are more specific Arduino-compatibility libraries available: for
[onewire](https://github.com/mongoose-os-libs/arduino-onewire),
[SPI](https://github.com/mongoose-os-libs/arduino-spi), etc.