SingingCat
0
application
include
fets.h
1
#ifndef FETS_H
2
#define FETS_H 1
3
4
#include <main-header.h>
5
6
#define PIN_FET_A 100
7
#define PIN_FET_B 101
8
9
void
fets_init();
10
void
fets_loop();
11
void
fets_set_com(
struct
command
*com);
12
// works on fets, but also some selected other pins (refer to stm32 doc)
13
void
pin_pwm(MCULIB_HANDLE handle,
int
pin, uint32_t state,
int
flags);
14
void
print_pwm_state();
15
#endif
command
Definition:
command.h:10
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4