Skip to content
#

pwm

Here are 210 public repositories matching this topic...

This library enables you to use ISR-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., 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 mo…

  • Updated Dec 5, 2022
  • C++

This library enables you to use ISR-based PWM channels on an nRF52-based board using Adafruit_nRF52_Arduino core such as Itsy-Bitsy nRF52840 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 importa…

  • Updated Nov 18, 2022
  • C++

スマホでラジコンカーが操作できるアプリ(送信機)とレシーバ(受信機)を作っています。ラジコン用のプロポ(送信機)はポケットに入れて持ち運ぶことできませんが、スマホならポケットに入れて持ち運ぶことができます。そのためラジコンカー本体だけ持ち運べば、いつでもどこでも手軽にラジコンを始めることができます!さらに、スマホアプリと受信機は自分の好みに合わせてカスタマイズ可能です!世界に1つ・あなただけのRCコントローラを作って遊びませんか?

  • Updated Aug 11, 2023
  • C++

This library enables you to use Hardware-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM. Using similar functions as many other FastPWM libraries, it enables you to port PWM code easily between platforms.

  • Updated Jan 22, 2023
  • C++

Improve this page

Add a description, image, and links to the pwm 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 topic, visit your repo's landing page and select "manage topics."

Learn more