Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Commit 8a5cb12

Browse files
Update README.md
1 parent aadf3f3 commit 8a5cb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The aim of this project is to help students who are learning Arduino, but unfortunately don't have money or are unable to find the hardware to learn on at home. With this simulator students can learn logic required for working with pins, switches, buttons and tasks. Output/Input/Loop are three separate detached tasks using logic which prevents common concurrent problems such as Data Race or Deadlock. This enables real-time response, which makes working with simulator feel like working with the real thing.
33

44
## Installing
5-
- DOWNLOAD project from github (you can't copy-paste code from github.com site because it contains special
5+
- [DOWNLOAD](https://github.com/DaniloNovakovic/Arduino_uc32_basic_ui_shield_simulator/archive/master.zip) project from github (you can't copy-paste code from github.com site because it contains special
66
invisible characters that will not allow your program to compile)
77

88
- Create [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) C++ project and add these files to your project

0 commit comments

Comments
 (0)