added a delay check and updated README

This commit is contained in:
Iveta
2024-04-20 15:58:36 +03:00
parent 7cc6108a40
commit 3fe276f19d
4 changed files with 11 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ namespace sta
*
* @param us Microseconds
*/
void delayUs(uint32_t us);
void delayUs(uint16_t us);
#endif // STA_STM32_DELAY_US_TIM

View File

@@ -5,6 +5,7 @@
#ifndef STA_CORE_STM32_INIT_HPP
#define STA_CORE_STM32_INIT_HPP
#include <sta/devices/stm32/hal.hpp>
namespace sta
{