WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
LedStripOutput.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
6 using System.Xml.Serialization;
7 
8 namespace DirectOutput.Cab.Out.AdressableLedStrip
9 {
14  public class LedStripOutput :Output
15  {
16 
17  }
18 }
A simple wrapper for the OutputNumbered class. This might be replaced with some more sophisticated so...
The namespace DirectOutput.General contains classes for general use.
Basic IOutput implementation.
Definition: Output.cs:14