We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc(hardwaretimer): update after hardening See https://github.com/stm32duino/Arduino_Core_STM32/pull/2572 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
chore: use alerts Markdown extension instead of images See https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fix: typo raised by codespell Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
chore: clean up and refactor links - Refactor some links - Update broken links - Removal of broken links without alternative Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Updated HardwareTimer library (markdown)
Replaced "interruption" by "interrupt". Added a note about the UIF flag being automatically cleared by the HAL driver, as explained by ABOSTM.
Fix small typo: missing '0'. Value should be 0x10000, not 0x1000.
removed getArgs() that only lived in PR for a short while
added SoftSerial timer among timers to avoid
added method hasInterrupt
added a note on proper usage of attachInterrupt and detachInterrupt
Created HardwareTimer library (markdown)