diff --git a/src/debug.txt b/src/debug.txt new file mode 100644 index 0000000..1014473 --- /dev/null +++ b/src/debug.txt @@ -0,0 +1,12 @@ +// P1OUT |= BIT1; +// for (uint8_t i = 0; i < 16; i++) { +// P1OUT |= BIT3; +// uint16_t x = newPwm >> i; +// if ((x & 1) == 1) { +// P1OUT |= BIT2; +// } else { +// P1OUT &= ~BIT2; +// } +// P1OUT &= ~BIT3; +// } +// P1OUT &= ~BIT1;