Skip to content
Snippets Groups Projects
  1. Aug 02, 2023
    • Mark Frost's avatar
      Add #ifdef support for CH3/CH4 in tim2_pwm example · 2ddc2fea
      Mark Frost authored
      -Implement CH3 and CH4 optionally via #define
      -By default only CH1 and CH2 are enabled.
      -Channels 3 and 4 can be enabled by uncommenting the appropriate line
      -Choose whether default of PWM pins is HIGH (0xff) or LOW (0x00)
      
      NOTES:
      -Channel 3 is on a different port (GPIOC) which will be enabled if
      needed.
      
      -Channel 4 is on the NRST pin so not usable unless you use `minichlink -d`
      to disable the NRST function so the pin can be used as a GPIO
      
      -If your board has a bypass capacitor on PD7 for a reset button the
      waveforms observed on CH4 will not be nice square waves.
      2ddc2fea
  2. Aug 01, 2023
  3. Jul 31, 2023
  4. Jul 30, 2023
  5. Jul 27, 2023
  6. Jul 26, 2023
  7. Jul 25, 2023
  8. Jul 21, 2023
  9. Jul 20, 2023
  10. Jul 19, 2023
  11. Jul 14, 2023
  12. Jul 06, 2023
  13. Jul 04, 2023
  14. Jul 03, 2023
  15. Jul 02, 2023
  16. Jul 01, 2023
Loading