Skip to content

Commit f1e3e20

Browse files
dimonomidcesantabot
authored andcommitted
Add arduino-compat readme
PUBLISHED_FROM=4eaff96529f1dc3bbf297de7aad6f306205a454c
1 parent e72c615 commit f1e3e20

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# Arduino compatibility for Mongoose OS
1+
# Arduino compatibility for Mongoose OS
2+
3+
This library provides a common Arduino compatibility layer, so that one could
4+
pick an existing Arduino program, throw it into the Mongoose OS application
5+
sources, and ideally, it "just works".
6+
7+
Currently, the following public headers are provided:
8+
9+
- `Arduino.h`
10+
- `Print.h`
11+
- `WString.h`
12+
- `stdlib_noniso.h`
13+
14+
There are more specific Arduino-compatibility libraries available: for
15+
[onewire](https://github.com/mongoose-os-libs/arduino-onewire),
16+
[SPI](https://github.com/mongoose-os-libs/arduino-spi), etc.

0 commit comments

Comments
 (0)