Extend your LittleTiles automation with OpenComputers! This addon adds a Signal Converter block that connects LittleTiles signal cables to OpenComputers computers. Read signals from multiple pressure plates, buttons, or switches directly through your OC computer's Lua scripts.
Place OC Signal Converter block next to your LittleTiles cables
Connect an OpenComputers cable to the converter


component.lt_signal_converterRequirements:
Documentation: Full documentation with API reference and examples: GitHub README
Lua API Highlights:
getSignal() - Combined signal from all cablesgetCableCount() - Number of connected cablesgetCableSignal(index) - Signal from specific cable (0/1)getCableBits(index) - 4-bit signal from cablegetAllCables() - Table with all cable datadebugInfo() - Debug information