Skip to content

Commit

Permalink
Add arduino-compat readme
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=4eaff96529f1dc3bbf297de7aad6f306205a454c
  • Loading branch information
dimonomid authored and cesantabot committed Dec 25, 2017
1 parent e72c615 commit f1e3e20
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Arduino compatibility for Mongoose OS
# 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.

0 comments on commit f1e3e20

Please sign in to comment.