stm32_freertos_template/hw/inputselect.h

16 lines
294 B
C

#ifndef __INPUTSELECT_H
#define __INPUTSELECT_H
#include <stdint.h>
//--------------definicje-----------------
//-----------------typy-------------------
//---------------funkcje------------------
int8_t inputselect_Initialize(void);
int8_t inputselect_SelectInput(uint8_t input);
#endif