This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ME Monitor für ATM10 - Nur funktionierende API-Calls | |
| -- Basiert auf Debug-Ergebnissen: getEnergyUsage und getCraftingCPUs funktionieren | |
| local me = peripheral.wrap("bottom") | |
| local monitor = peripheral.wrap("left") | |
| local output = monitor or term | |
| if not me then | |
| print("Error: No ME Bridge found!") | |
| return |