You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,20 @@ The aim of this project is to help students who are learning Arduino, but unfort
5
5
- DOWNLOAD project from github (you can't copy-paste code from github.com site because it contains special
6
6
invisible characters that will not allow your program to compile)
7
7
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
9
9
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.
12
12
13
13
- 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))
16
16
17
17
## 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
20
20
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.
22
22
23
23
- Controls:
24
24
- 1,2,3,4 - SW4, SW3, SW2, SW1 (on/off) (or SW1,SW2,SW3,SW4 (press F1 to swap between these))
0 commit comments