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

Commit 76bb080

Browse files
Update README.md
1 parent aee8411 commit 76bb080

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ The aim of this project is to help students who are learning Arduino, but unfort
55
- DOWNLOAD 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

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

10-
- When compiling you will need to activate UNICODE support (Project Properties -> General -> \
11-
Character Set -> Use Unicode.). If you forget don't worry, you will get error/warning with adequate message.
10+
- When compiling you will need to activate **UNICODE** support (_Project Properties -> General -> \
11+
Character Set -> Use Unicode._). If you forget don't worry, you will get error/warning with adequate message.
1212

1313
- If you get runtime exception upon runing your code, try:
14-
a) Constructing Simulation class with different parameters (default is: int width = 80, int height = 40, int fontw = 8, int fonth = 10)
15-
b) Changing your console window size in properties settings. (link how: https://youtu.be/xW8skO7MFYw?t=16m1s (shown around 16. min mark))
14+
- a) Constructing Simulation class with different parameters (default is: `int width = 80, int height = 40, int fontw = 8, int fonth = 10`)
15+
- b) Changing your console window size in properties settings. (link how: https://youtu.be/xW8skO7MFYw?t=16m1s (shown around 16. min mark))
1616

1717
## Usage
18-
- Now if you want to write code you are gonna write it in Simulation.cpp, i seperated it from everything else
19-
so that you can focus only on setup() and loop() functions, just like when coding in arduino
18+
- **You write code in _Simulation.cpp_ file**. It is seperated from everything else
19+
so that you can focus only on `setup()` and `loop()` functions, just like when coding in arduino
2020

21-
> Note that i probably won't be making full simulator, i will only be making the stuff i need for school. Which is basically only L01-L08, SW1-SW4, BTN1-BTN4.
21+
> Note that i probably won't be making full simulator, i will only be making features required for Embeded Computer Systems class from Applied Software Engineering departement in FTN. Which is basically only L01-L08, SW1-SW4, BTN1-BTN4.
2222
2323
- Controls:
2424
- 1,2,3,4 - SW4, SW3, SW2, SW1 (on/off) (or SW1,SW2,SW3,SW4 (press F1 to swap between these))

0 commit comments

Comments
 (0)