Skip to content

Commit 086e623

Browse files
committed
README
1 parent d50ee32 commit 086e623

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,9 @@ We provide some alternative implementations:
1616
- Communicate changes to/from a Microcontroller using UDP or any Arduino Stream
1717
- Linux / Rasperry PI
1818

19-
## Rasperry PI
20-
21-
You can run this emulator on an Rasperry PI
22-
23-
- make sure that the -DUSE_RPI cmake option is set to ON
24-
- install libgpiod-dev (sudo apt install libgpiod-dev)
25-
- activate SPI and I2C with raspi-config
26-
27-
28-
## Jupyter
29-
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-
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.
33-
34-
Here is a quick demo:
35-
36-
- [Setup](examples/jupyter/01-Setup.ipynb)
37-
- [Introduction into some Basic Commands](examples/jupyter/02-BasicCommands.ipynb)
38-
- [The Network Stack](examples/jupyter/03-Network.ipynb)
39-
- [Using Pins](examples/jupyter/04-Pins.ipynb)
40-
- [Using Serial](examples/jupyter/05-Serial.ipynb)
41-
4219

4320
## Documentation
4421

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

0 commit comments

Comments
 (0)