Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 162 → Rev 163

/PIC Stuff/PICX_12F1840/base_PWM.h
0,0 → 1,12
#ifndef PWM_H
#define PWM_H
 
#define PWM_Width_Min 510
#define PWM_Width_Max 2300
#define PWM_Width_Mid 1350
 
void PWM_Init(void);
 
void PWM_Set_Width(int width_us);
 
#endif