redid the mcc graphical stuff

This commit is contained in:
2025-02-02 11:11:54 -05:00
parent ea24f650d1
commit 988765e2c2
22 changed files with 948 additions and 184 deletions

View File

@@ -45,7 +45,7 @@
* Section: Macro Declarations
*/
#define PWM3_INITIALIZE_DUTY_VALUE 499
#define PWM3_INITIALIZE_DUTY_VALUE 511
/**

View File

@@ -45,7 +45,7 @@
* Section: Macro Declarations
*/
#define PWM4_INITIALIZE_DUTY_VALUE 499
#define PWM4_INITIALIZE_DUTY_VALUE 511
/**

View File

@@ -49,8 +49,8 @@
// PWMPOL active_hi; PWMEN enabled;
PWM3CON = 0x80;
// PWMDCH 124;
PWM3DCH = 0x7C;
// PWMDCH 127;
PWM3DCH = 0x7F;
// PWMDCL 3;
PWM3DCL = 0xC0;

View File

@@ -49,8 +49,8 @@
// PWMPOL active_hi; PWMEN enabled;
PWM4CON = 0x80;
// PWMDCH 124;
PWM4DCH = 0x7C;
// PWMDCH 127;
PWM4DCH = 0x7F;
// PWMDCL 3;
PWM4DCL = 0xC0;