Skip to content

Instantly share code, notes, and snippets.

View Bunkerbewohner's full-sized avatar

Mathias Kahl Bunkerbewohner

View GitHub Profile
@Bunkerbewohner
Bunkerbewohner / unity-detect-wireless-buzzer.cs
Created May 3, 2021 09:28
Detecting wireless Buzz! buzzers with Unity engine
using System;
using System.Collections.Generic;
using HidSharp; // https://www.nuget.org/packages/HidSharp/
using UnityEngine;
namespace Goldsaucer.Askutron.HardwareInput
{
public class WirelessBuzzBuzzers : MonoBehaviour
{
class ConnectedReceiver