SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
stm32_searchtimers.h
Go to the documentation of this file.
1#pragma once
2
3#include "./stm32_mcu.h"
4
5#if defined(_STM32_DEF_) || defined(TARGET_STM32H7)
6
7
8int stm32_findBestTimerCombination(int numPins, int pins[], PinMap* pinTimers[]);
9
10
11#endif