Skip to content

Commit 522bf4e

Browse files
committed
README
1 parent c34774d commit 522bf4e

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
@@ -11,13 +11,13 @@ This project provides a C++ emulator library for Arduino, allowing you to run Ar
1111

1212
We provide some alternative implementations:
1313

14-
- Dummy Implementation which does nothing
14+
- Mock Implementation which provides all functions doing nothing
1515
- Communicate changes to/from a Microcontroller using UDP or any Arduino Stream
16-
- Linux / Rasperry Pi
16+
- Rasperry Pi using gpiod.h, linux/i2c-dev.h, linux/spi/spidev.h
1717

1818

1919
## Documentation
2020

21-
- [Class documentation](https://pschatzmann.github.io/Arduino-Emulator/html/annotated.html).
22-
- [Wiki](https://github.com/pschatzmann/Arduino-Emulator/wiki)
21+
- [Documentation Wiki](https://github.com/pschatzmann/Arduino-Emulator/wiki)
22+
- [Class Documentation](https://pschatzmann.github.io/Arduino-Emulator/html/annotated.html).
2323

0 commit comments

Comments
 (0)