You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@
5
5
6
6
## Using this Project as a library
7
7
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.
8
+
If you have an Arduino Sketch that you want to run e.g in Linux, OSX or Windows you can include this library with cmake.
9
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)).
10
10
11
11
## GPIO/SPI/I2C
12
12
13
13
We provide some alternative implementations:
14
14
15
-
- Dummy Implementatin which does nothing
15
+
- Dummy Implementation which does nothing
16
16
- Communicate changes to/from a Microcontroller using UDP or any Arduino Stream
0 commit comments