We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c615 commit f1e3e20Copy full SHA for f1e3e20
README.md
@@ -1 +1,16 @@
1
-# Arduino compatibility for Mongoose OS
+# 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