Skip to content

Instantly share code, notes, and snippets.

@kurtnelle
kurtnelle / PocketBeaglePWMController.cs
Last active June 6, 2019 04:11
PocketBeagle PWM Controller
using System;
using System.Collections.Generic;
using System.IO;
public class PocketBeaglePWMController : BBBandVariantsPWMController
{
public PWMChannel ChipZeroChannelZero
{
get
{