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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ This section is written especially for everyone who is **not familiar** with the
92
92
Press `ALT + F7`; select your MCU under `Device` and `Change Device...` and your tool under `Tool` and pick it from the drop down menu
93
93
94
94
- **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.
96
96
97
97
- **Compile & Program:**<br>
98
98
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
144
144
145
145
The message of each commit contains detailed information about the changes made. The list below is a summary about all significant improvements.
146
146
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>
148
150
- update readme
149
151
- **0.1.1** <br>
150
152
- combine `_init()` and `_send_uint8_t()` functions
0 commit comments