Add AllyReader and AllyCalibration support with tests: Introduce new register readers, calibration methods, and comprehensive unit tests for integration and functionality validation. Update project files accordingly.
12 lines
201 B
C#
12 lines
201 B
C#
namespace TBF.Rig.RegisterReaders.AllyReader
|
|
{
|
|
public enum AllyMeterSize
|
|
{
|
|
AutoDetect,
|
|
FiveEighths,
|
|
ThreeQuarterShort,
|
|
ThreeQuarterLong,
|
|
OneInch
|
|
}
|
|
}
|