Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (44 loc) · 3.42 KB

File metadata and controls

70 lines (44 loc) · 3.42 KB

Portenta_H7_PWM Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v2.1.0

  1. Add example PWM_manual to demo how to correctly use PWM to generate waveform. Check About DCValue in setPWM_manual #2
  2. Add function setPWM_DCPercentage_manual() to facilitate the setting PWM DC manually by using DCPercentage
  3. Optimize for PWM speed when changing dutycycle while using same frequency

Releases v2.0.3

  1. Add example PWM_StepperControl to demo how to control Stepper Motor using PWM. Check Using PWM to step a stepper driver #16

Releases v2.0.2

  1. Convert to h-only code
  2. Optimize library code by using reference-passing instead of value-passing
  3. Add example multiFileProject to demo for multiple-file project
  4. Update Packages_Patches and test with new ArduinoCore-mbed mbed_portenta core v2.7.2

Releases v2.0.1

  1. Fix PWM_Multi example by not using HRTIM pinD3 and pinD6 at the same time
  2. Temporary fix polarity for HRTIM PWM for core v2.6.1-. Check Portenta: PWM on HRTIM has inverted corner case values #352. To be modified when the issue is fixed.

Releases v2.0.0

  1. Completely new code to fix no PWM output issue. Check No PWM-Output signals #1
  2. To permit start, stop, change and restore the settings of any PWM channel on-the-fly

Initial Releases v1.0.0

  1. Initial coding to support Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core


Copyright

Copyright 2021- Khoi Hoang