Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Sys Quatre 2020-10-31 12:00:29 +01:00
commit 2800b237c5
4 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,8 @@
Digilines
==========
- The minetest counterpart for bus systems like i2c, SPI, RS232, USB -
- The minetest counterpart for bus systems like i2c, SPI, RS232, USB -
- Minetest 5.0.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.

View File

@ -1 +0,0 @@
default

View File

@ -1 +0,0 @@
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.

View File

@ -1 +1,6 @@
name = digilines
depends = default
description = """
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.
"""