-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PUBLISHED_FROM=4eaff96529f1dc3bbf297de7aad6f306205a454c
- Loading branch information
1 parent
e72c615
commit f1e3e20
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |