Skip to content

Commit c34774d

Browse files
committed
README
1 parent b64a0e3 commit c34774d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
[![Linux build](../../actions/workflows/c-cpp-cmake.yml/badge.svg)](../../actions/workflows/c-cpp-cmake.yml)
44
[![Unit tests](../../actions/workflows/unit-tests.yml/badge.svg)](../../actions/workflows/unit-tests.yml)
55

6-
## Using this Project as a library
6+
## Purpuse
77

8-
If you have an Arduino Sketch that you want to run e.g in Linux, OS X or Windows you can include this library with cmake.
9-
Here is an [example cmake file](https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-desktop/generator/CMakeLists.txt) for an [Arduino Audio Sketch](https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-desktop/generator)).
8+
This project provides a C++ emulator library for Arduino, allowing you to run Arduino sketches on platforms like Linux, OS X, or Windows. It enables cross-platform development and testing of Arduino code without requiring physical hardware.
109

1110
## GPIO/SPI/I2C
1211

0 commit comments

Comments
 (0)