Skip to content

Commit d50ee32

Browse files
committed
README
1 parent f184490 commit d50ee32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Here is an [example cmake file](https://github.com/pschatzmann/arduino-audio-too
1313
We provide some alternative implementations:
1414

1515
- 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
1818

1919
## Rasperry PI
2020

@@ -27,7 +27,7 @@ You can run this emulator on an Rasperry PI
2727

2828
## Jupyter
2929

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.
3131

3232
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.
3333

@@ -43,5 +43,5 @@ Here is a quick demo:
4343
## Documentation
4444

4545
- [Class documentation](https://pschatzmann.github.io/Arduino-Emulator/html/annotated.html).
46-
- You can find further information in the [Wiki](https://github.com/pschatzmann/Arduino-Emulator/wiki)
46+
- You can find further important information in the [Wiki](https://github.com/pschatzmann/Arduino-Emulator/wiki)
4747

0 commit comments

Comments
 (0)