Skip to content
#

pwm-driver

Here are 98 public repositories matching this topic...

This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins. The most important feature is they're purely hardware-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These …

  • Updated Dec 5, 2022
  • C

This library enables you to use ISR-based PWM channels on AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore, to create and output PWM any GPIO pin. It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature…

  • Updated Dec 5, 2022
  • C

This library, a wrapper around SAM DUE analogWrite() function, enables you to use Hardware-based PWM channels on SAM_DUE boards to create and output PWM to pins. Using similar functions as some other FastPWM libraries, it enables you to port PWM code easily between platforms

  • Updated Jan 22, 2023
  • C++

This library enables you to use ISR-based PWM channels on an nRF52-based board using Arduino-mbed mbed_nano core such as Nano-33-BLE to create and output PWM any GPIO pin. It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important featu…

  • Updated Dec 5, 2022
  • C

This library enables you to use Hardware-based PWM channels on SAMD21/SAMD51-based boards to create and output PWM to pins. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms.

  • Updated Jan 28, 2023
  • C++

The goal of this project is to advance the wireless charging capabilities at Oregon Tech by charging lower power devices to high power such as Electric Vehicles. Our project involves designing a working wireless power transfer prototype that meets the desired specifications and can be utilized by students for research purposes at Oregon Tech.

  • Updated Jul 25, 2022
  • C++

Welcome to the Infineon AURIX TC375 Firmware Repository! Explore firmware projects tailored for Infineon's AURIX TriCore TC375 microcontroller platform. With versatile projects, comprehensive peripheral support, and detailed documentation, this repository is your go-to for embedded systems development for AURIX TriCore based Development.

  • Updated Dec 31, 2023
  • C

Improve this page

Add a description, image, and links to the pwm-driver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pwm-driver topic, visit your repo's landing page and select "manage topics."

Learn more