mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
added a delay check and updated README
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
@@ -5,6 +5,7 @@
|
||||
#ifndef STA_CORE_STM32_INIT_HPP
|
||||
#define STA_CORE_STM32_INIT_HPP
|
||||
|
||||
#include <sta/devices/stm32/hal.hpp>
|
||||
|
||||
namespace sta
|
||||
{
|
||||
|
Reference in New Issue
Block a user