Update README.md

This commit is contained in:
Gabriel Wang 2023-05-19 11:43:22 +01:00
parent c4cd73fce2
commit d4855492b1

View File

@ -1,4 +1,4 @@
# perf_counter (v2.2.1)
# perf_counter (v2.2.2-dev)
A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,` delay_us` and `clock()` service defined in `time.h`.
### Features: