Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 590ba8b

Browse files
authored
v1.1.0 to improve and customize examples
### Release v1.1.0 1. Improve and customize examples for `Curiosity Nano AVRDA/AVRDB` boards to use on-board LED and SW 2. Add notes `howto upload by drag-and-drop` to `CURIOSITY` virtual drive
1 parent b1a760e commit 590ba8b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@ the selected serial port
104104

105105
We can use drag-and-drop method to `drag-and-drop` the compiled **hex** file to `CURIOSITY` virtual drive.
106106

107-
If `success`, The LED blinks **slowly** for 2 sec. The LED will blinks **rapidly* for 2 sec if `failure`
107+
If `success`, The LED blinks **slowly** for 2 sec. The LED will blinks **rapidly** for 2 sec if `failure`
108108

109109

110-
For example, To run [Change_Interval example](https://github.com/khoih-prog/Dx_TimerInterrupt/tree/main/examples/Change_Interval), use Arduino IDE to compile, and get the `Change_Interval.ino.hex` file. For Ubuntu Linux, the file is store in directory `/tmp/arduino_build_xxxxxx`
110+
For example, to run [Change_Interval example](https://github.com/khoih-prog/Dx_TimerInterrupt/tree/main/examples/Change_Interval), use Arduino IDE to compile, and get the `Change_Interval.ino.hex` file. For Ubuntu Linux, the file is stored in directory `/tmp/arduino_build_xxxxxx`
111111

112112

113113
<p align="center">
114114
<img src="https://github.com/khoih-prog/Dx_TimerInterrupt/blob/main/pics/Change_Interval.png">
115115
</p>
116116

117117

118-
After drag-and-drop `Change_Interval.ino.hex` into `CURIOSITY` virtual drive, the code will run immidiately if successfully loaded (LED blinks **slowly**)
118+
After drag-and-drop the `Change_Interval.ino.hex` into `CURIOSITY` virtual drive, the code will run immidiately if successfully loaded (LED blinks **slowly**)
119119

120120

121121
<p align="center">
@@ -282,11 +282,13 @@ Check the new [**multiFileProject** example](examples/multiFileProject) for a `H
282282

283283
TCB0-TCB4 are 16-bit timers
284284

285-
The AVRDx boards with 14, 20, 28 or 32 pins, such as AVRDx28, will have only 3 TCB timers, (TCB0-TCB2)
285+
The AVRDx boards with 14, 20, 28 or 32 pins, such as `AVRDx28`, will have only 3 TCB timers, (TCB0-TCB2)
286286

287-
The AVRDx with 48 pins, such as AVRDA48, AVRDB48, , will have 4 TCB timers, (TCB0-TCB3)
287+
The AVRDx with 48 pins, such as `Curiosity Nano AVRDA48`, `Curiosity Nano AVRDB48`, will have 4 TCB timers, (TCB0-TCB3)
288288

289-
The AVRDx with 64 pins, such as AVRDA64, AVRDB64, , will have 5 TCB timers, (TCB0-TCB4)
289+
The AVRDx with 64 pins, such as `AVRDA64`, `AVRDB64`, will have 5 TCB timers, (TCB0-TCB4)
290+
291+
The number of TCB timers will be automatically configured by the library.
290292

291293
---
292294
---
@@ -909,7 +911,7 @@ Changing Frequency, Timer = 10000
909911

910912
Debug is enabled by default on Serial.
911913

912-
You can also change the debugging level from 0 to 3
914+
You can also change the debugging level from 0 to 4
913915

914916
```cpp
915917
// These define's must be placed at the beginning before #include "Dx_TimerInterrupt.h"
@@ -966,7 +968,7 @@ Submit issues to: [Dx_TimerInterrupt issues](https://github.com/khoih-prog/Dx_Ti
966968

967969
Many thanks for everyone for bug reporting, new feature suggesting, testing and contributing to the development of this library. Especially to these people who have directly or indirectly contributed to this [Dx_TimerInterrupt library](https://github.com/khoih-prog/Dx_TimerInterrupt)
968970

969-
1. Thanks to good work of [Spence Konde (aka Dr. Azzy)](https://github.com/SpenceKonde) for the good [DxCore](https://github.com/SpenceKonde/DxCore) and [megaTinyCore](https://github.com/SpenceKonde/megaTinyCore)
971+
1. Thanks to good work of [Spence Konde (aka Dr. Azzy)](https://github.com/SpenceKonde) for the [DxCore](https://github.com/SpenceKonde/DxCore) and [megaTinyCore](https://github.com/SpenceKonde/megaTinyCore)
970972
2. Thanks to [LaurentR59](https://github.com/LaurentR59) to request the enhancement [Support for DX CORE CPU and MightyCORE CPU possible? #8](https://github.com/khoih-prog/TimerInterrupt_Generic/issues/8) leading to this new library
971973

972974
<table>

0 commit comments

Comments
 (0)