We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated HardwareTimer library (markdown)
doc(hardwaretimer): update after hardening See https://github.com/stm32duino/Arduino_Core_STM32/pull/2572 Signed-off-by: Frederic Pillon <[email protected]>
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 <[email protected]>
fix: typo raised by codespell Signed-off-by: Frederic Pillon <[email protected]>
chore: clean up and refactor links - Refactor some links - Update broken links - Removal of broken links without alternative Signed-off-by: Frederic Pillon <[email protected]>
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)