SingingCat 0
application
Data Structures | Macros | Typedefs | Functions
fets.c File Reference

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 ()
 

Detailed Description

code to drive the fets

Definition in file fets.c.

Macro Definition Documentation

◆ FET_TIMER

#define FET_TIMER   2

Definition at line 4 of file fets.c.

◆ MAX_PIN_STATES

#define MAX_PIN_STATES   20

Definition at line 7 of file fets.c.

◆ TIMER_FREQUENCY

#define TIMER_FREQUENCY   10000

Definition at line 5 of file fets.c.