From 1874389eebdaf2298b5cd606486914aac2beeadc Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 21 Jun 2025 20:52:25 +0200 Subject: [PATCH] Update README --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6c1405..8df2cdb 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,11 @@ Digilines [![Build status](https://github.com/minetest-mods/digilines/workflows/build/badge.svg)](https://github.com/minetest-mods/digilines/actions) -- The minetest counterpart for bus systems like i2c, SPI, RS232, USB - -- Minetest 5.0.0+ is required to use this mod. +![screenshot](screenshot.png) + +This Luanti/Minetest mod is a counterpart for bus systems like I2C, SPI, RS232, USB + +Engine version 5.5.0+ is required to use this mod. This mod adds digiline wires, an RTC (Real Time Clock), a light sensor as well as an LCD Screen. Can be used together with the luacontroller from mesecons. See the luacontroller manual for more information. @@ -13,5 +16,12 @@ Send "GET" to RTC or light sensor to retrieve Data, send any text to LCD to disp Select channel by right-clicking items. License: - Code: LGPL - Textures: WTFPL + +* Code: LGPL +* Textures: WTFPL + +Documentation: + +* Digiline chest: [docs/](docs/) +* API usage: https://github.com/minetest-mods/digilines/wiki/API-usage +* API examples: https://h2mm.gitlab.io/web/tutorials/digilines.html (external resource)