Skip to content
Snippets Groups Projects
  1. Apr 24, 2024
  2. Apr 06, 2024
  3. Apr 03, 2024
  4. Mar 09, 2024
  5. Mar 07, 2024
  6. Feb 16, 2024
  7. Feb 12, 2024
  8. Feb 01, 2024
  9. Jan 29, 2024
  10. Jan 22, 2024
  11. Dec 21, 2023
  12. Oct 04, 2023
  13. Sep 23, 2023
  14. Sep 20, 2023
  15. Sep 15, 2023
  16. Sep 13, 2023
  17. Sep 08, 2023
  18. Sep 04, 2023
  19. Aug 19, 2023
  20. Aug 18, 2023
  21. Aug 17, 2023
  22. 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
    • Mark Frost's avatar
      tim2_encoder example based on tim2_pwm_remap · b9215844
      Mark Frost authored
      Uses partially remapped pins to read a rotary encoder (or any quadrature
      input) using pins that should be 5V tolerant
      b9215844
  23. Aug 01, 2023
  24. Jul 30, 2023
  25. Jul 27, 2023
  26. Jul 25, 2023
  27. Jul 20, 2023
  28. Jul 19, 2023
  29. Jul 14, 2023
Loading