redid the mcc graphical stuff
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
* Section: Macro Declarations
|
||||
*/
|
||||
|
||||
#define PWM3_INITIALIZE_DUTY_VALUE 499
|
||||
#define PWM3_INITIALIZE_DUTY_VALUE 511
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
* Section: Macro Declarations
|
||||
*/
|
||||
|
||||
#define PWM4_INITIALIZE_DUTY_VALUE 499
|
||||
#define PWM4_INITIALIZE_DUTY_VALUE 511
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -49,8 +49,8 @@
|
||||
// PWMPOL active_hi; PWMEN enabled;
|
||||
PWM3CON = 0x80;
|
||||
|
||||
// PWMDCH 124;
|
||||
PWM3DCH = 0x7C;
|
||||
// PWMDCH 127;
|
||||
PWM3DCH = 0x7F;
|
||||
|
||||
// PWMDCL 3;
|
||||
PWM3DCL = 0xC0;
|
||||
|
||||
@@ -49,8 +49,8 @@
|
||||
// PWMPOL active_hi; PWMEN enabled;
|
||||
PWM4CON = 0x80;
|
||||
|
||||
// PWMDCH 124;
|
||||
PWM4DCH = 0x7C;
|
||||
// PWMDCH 127;
|
||||
PWM4DCH = 0x7F;
|
||||
|
||||
// PWMDCL 3;
|
||||
PWM4DCL = 0xC0;
|
||||
|
||||
Reference in New Issue
Block a user