Update README.md

This commit is contained in:
Gabriel Wang 2022-12-01 03:49:37 +00:00 committed by GitHub
parent e140f23603
commit 2e7a50289a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# perf_counter (v1.9.9)
# perf_counter (v1.9.10-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: