SingingCat 0
application
|
code to drive the fets More...
#include "fets.h"
#include "main-header.h"
Go to the source code of this file.
Data Structures | |
struct | pin_state |
Macros | |
#define | FET_TIMER 2 |
#define | MAX_PIN_STATES 20 |
#define | TIMER_FREQUENCY 10000 |
Typedefs | |
typedef struct pin_state | _pin_state |
Functions | |
void | fets_init () |
void | fets_loop () |
void | fets_set_com (struct command *com) |
void | pin_pwm (MCULIB_HANDLE handle, int pin, uint32_t state, int flags) |
void | print_pwm_state () |
code to drive the fets
Definition in file fets.c.