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

Commit a9354bf

Browse files
Update README.md
1 parent db09e54 commit a9354bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ Character Set -> Use Unicode._). If you forget don't worry, you will get error/w
1818
- **You write code in _Simulation.cpp_ file**. It is seperated from everything else
1919
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 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+
2123
- Controls:
2224
- 1,2,3,4 - SW4, SW3, SW2, SW1 (on/off) (or SW1,SW2,SW3,SW4 (press F1 to swap between these))
2325
- Q,W,E,R - BTN4, BTN3, BTN2, BTN1 (hold to on, release to off)
2426
- LEDs are ordered in descending order from left to right L08,L07,...,L01
2527

26-
> 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.
28+
2729

2830

0 commit comments

Comments
 (0)