Skip to content

Commit 400d412

Browse files
committed
Update readme.md
1 parent 3a78209 commit 400d412

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This section is written especially for everyone who is **not familiar** with the
9292
Press `ALT + F7`; select your MCU under `Device` and `Change Device...` and your tool under `Tool` and pick it from the drop down menu
9393
9494
- **Adjust settings:**<br>
95-
Open `tinyuart.h` and adjust the settings as needed. By default it's configured for an ATTINY13A running at 9.6MHz and 115200 baud.
95+
Copy `tinyuart_config.h` to the `/config` of your project and adjust the settings as needed. By default it's configured for an ATTINY13A running at 9.6MHz and 115200 baud.
9696
9797
- **Compile & Program:**<br>
9898
Press `CTRL + ALT + F5` to compile a new version for your settings and flash it afterwards.
@@ -144,7 +144,9 @@ This project uses [**Semantic Versioning 2.0.0**][semver.org]. During initial de
144144
145145
The message of each commit contains detailed information about the changes made. The list below is a summary about all significant improvements.
146146
147-
- **0.1.2 (latest)** <br>
147+
- **0.2.0 (latest)** <br>
148+
- changed the user config, now an external file can be used
149+
- **0.1.2** <br>
148150
- update readme
149151
- **0.1.1** <br>
150152
- combine `_init()` and `_send_uint8_t()` functions

0 commit comments

Comments
 (0)