tbf/TBF/Rig/TestMethods/iPerlCommunication/communication/OpthoHeadService.cs
Michal Buzik 90cd53b05f Iperl -> Iperl ASIC
Refactor iPerl communication system:

- Consolidate redundant OptoHead methods.
- Introduce new utilities for diagnostic LED state handling and volume unit conversions.
- Improve FIFO logic in flow direction detection with enhanced regression calculation.
- Add enhanced debugging and logging within communication layers (`SerialDriver` and `RadioService`).
- Update communication protocols for improved response handling and configuration management.
- Replace raw volume with meaningful unit-based values (`RawVolume1to4`).
2026-02-19 19:47:26 +01:00

10 lines
146 B
C#

using log4net;
namespace TBF.Rig.TestMethods.iPerlCommunication.communication
{
public class OpthoHeadService
{
}
}