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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Here is an [example cmake file](https://github.com/pschatzmann/arduino-audio-too
13
13
We provide some alternative implementations:
14
14
15
15
- Dummy Implementatin which does nothing
16
-
-Communicates changes to/from a Microcontroller using UDP
17
-
- Rasperry PI
16
+
-Communicate changes to/from a Microcontroller using UDP or any Arduino Stream
17
+
-Linux / Rasperry PI
18
18
19
19
## Rasperry PI
20
20
@@ -27,7 +27,7 @@ You can run this emulator on an Rasperry PI
27
27
28
28
## Jupyter
29
29
30
-
I initially really wanted to have an interactive [Jupyter](https://jupyter.org/) environemnt in which I could play around with [Arduino](https://www.arduino.cc/) commands and when I discovered that Arduino provides a good starting point with their [ArduinoCore-API](https://github.com/arduino/ArduinoCore-API/tree/105276f8d81413391b14a3dc6c80180ee9e33d56) I decided to start this project.
30
+
I initially only wanted to have an interactive [Jupyter](https://jupyter.org/) environemnt in which I could play around with [Arduino](https://www.arduino.cc/) commands and when I discovered that Arduino provides a good starting point with their [ArduinoCore-API](https://github.com/arduino/ArduinoCore-API/tree/105276f8d81413391b14a3dc6c80180ee9e33d56) I decided to start this project.
31
31
32
32
You can also use [xeus-cling](https://github.com/jupyter-xeus/xeus-cling) as a runtime environment to simulate an Arduino Development board and I have added the missing implementation using C or the C++ std library.
0 commit comments