mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-29 12:03:00 +00:00
Initial Clock Format
This commit is contained in:
10
rpi-rgb-led-matrix-master/bindings/c#/ScanModes.cs
Normal file
10
rpi-rgb-led-matrix-master/bindings/c#/ScanModes.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace RPiRgbLEDMatrix;
|
||||
|
||||
/// <summary>
|
||||
/// Scan modes.
|
||||
/// </summary>
|
||||
public enum ScanModes
|
||||
{
|
||||
Progressive = 0,
|
||||
Interlaced = 1
|
||||
}
|
||||
Reference in New Issue
Block a user