Update README

This commit is contained in:
SmallJoker 2025-06-21 20:52:25 +02:00 committed by SmallJoker
parent dd0b66a3df
commit 7e005158ac

View File

@ -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)