From b5f15f8ce1b9b02d85c4103aa091467bb38fb6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 16 Jan 2019 23:31:09 +0100 Subject: [PATCH] Fix source reference --- docs/modules/bit.md | 2 +- docs/modules/encoder.md | 2 +- docs/modules/i2c.md | 2 +- docs/modules/node.md | 2 +- docs/modules/sigma-delta.md | 2 +- docs/modules/sjson.md | 2 +- docs/modules/struct.md | 2 +- docs/modules/tmr.md | 2 +- docs/modules/uart.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/modules/bit.md b/docs/modules/bit.md index 03f969ab..d70880c1 100644 --- a/docs/modules/bit.md +++ b/docs/modules/bit.md @@ -1,7 +1,7 @@ # bit Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2014-12-24 | [https://github.com/LuaDist/bitlib](https://github.com/LuaDist/bitlib), [Zeroday](https://github.com/funshine) | [Zeroday](https://github.com/funshine) | [bit.c](../../app/modules/bit.c)| +| 2014-12-24 | [https://github.com/LuaDist/bitlib](https://github.com/LuaDist/bitlib), [Zeroday](https://github.com/funshine) | [Zeroday](https://github.com/funshine) | [bit.c](../../components/modules/bit.c)| Bit manipulation support, on 32bit integers. diff --git a/docs/modules/encoder.md b/docs/modules/encoder.md index d688fa26..2b5f82a1 100644 --- a/docs/modules/encoder.md +++ b/docs/modules/encoder.md @@ -1,7 +1,7 @@ # encoder Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2016-02-26 | [Terry Ellison](https://github.com/TerryE) | [Terry Ellison](https://github.com/TerryE) | [encoder.c](../../app/modules/encoder.c)| +| 2016-02-26 | [Terry Ellison](https://github.com/TerryE) | [Terry Ellison](https://github.com/TerryE) | [encoder.c](../../components/modules/encoder.c)| The encoder modules provides various functions for encoding and decoding byte data. diff --git a/docs/modules/i2c.md b/docs/modules/i2c.md index 1f0b2a50..91171646 100644 --- a/docs/modules/i2c.md +++ b/docs/modules/i2c.md @@ -1,7 +1,7 @@ # I²C Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2014-12-22 | [Zeroday](https://github.com/funshine) | [Zeroday](https://github.com/funshine) | [i2c.c](../../app/modules/i2c.c)| +| 2014-12-22 | [Zeroday](https://github.com/funshine) | [Zeroday](https://github.com/funshine) | [i2c.c](../../components/modules/i2c.c)| This module supports different interfaces for communicating via I²C protocol. All interfaces can be assigned to arbitrary GPIOs for SCL and SDA and can be operated concurrently. diff --git a/docs/modules/node.md b/docs/modules/node.md index 4cf04e81..43049035 100644 --- a/docs/modules/node.md +++ b/docs/modules/node.md @@ -1,7 +1,7 @@ # node Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2014-12-22 | [Zeroday](https://github.com/funshine) | [Zeroday](https://github.com/funshine) | [node.c](../../app/modules/node.c)| +| 2014-12-22 | [Zeroday](https://github.com/funshine) | [Zeroday](https://github.com/funshine) | [node.c](../../components/modules/node.c)| The node module provides access to system-level features such as sleep, restart and various info and IDs. diff --git a/docs/modules/sigma-delta.md b/docs/modules/sigma-delta.md index 786f0d76..efe681d6 100644 --- a/docs/modules/sigma-delta.md +++ b/docs/modules/sigma-delta.md @@ -1,7 +1,7 @@ # Sigma-delta Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2017-01-13 | [Arnim Läuger](https://github.com/devsaurus) | [Arnim Läuger](https://github.com/devsaurus) | [sigma_delta.c](../../app/modules/sigma_delta.c)| +| 2017-01-13 | [Arnim Läuger](https://github.com/devsaurus) | [Arnim Läuger](https://github.com/devsaurus) | [sigma_delta.c](../../components/modules/sigma_delta.c)| This module provides access to the [sigma-delta](https://en.wikipedia.org/wiki/Delta-sigma_modulation) component. It's a hardware signal generator that can be routed to any of the output GPIOs. diff --git a/docs/modules/sjson.md b/docs/modules/sjson.md index 52aa4273..b0029fea 100644 --- a/docs/modules/sjson.md +++ b/docs/modules/sjson.md @@ -1,7 +1,7 @@ # SJSON Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2017-02-01 | [Philip Gladstone](https://github.com/pjsg) | [Philip Gladstone](https://github.com/pjsg) | [sjson](../../app/modules/sjson.c) | +| 2017-02-01 | [Philip Gladstone](https://github.com/pjsg) | [Philip Gladstone](https://github.com/pjsg) | [sjson](../../components/modules/sjson.c) | The JSON support module. Allows encoding and decoding to/from JSON. diff --git a/docs/modules/struct.md b/docs/modules/struct.md index 0dfbe7bc..8ab21df1 100644 --- a/docs/modules/struct.md +++ b/docs/modules/struct.md @@ -1,7 +1,7 @@ # Struct Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2015-02-13 | [Roberto Ierusalimschy](http://www.inf.puc-rio.br/~roberto/struct/), [Philip Gladstone](https://github.com/pjsg) | [Philip Gladstone](https://github.com/pjsg) | [struct.c](../../app/modules/struct.c)| +| 2015-02-13 | [Roberto Ierusalimschy](http://www.inf.puc-rio.br/~roberto/struct/), [Philip Gladstone](https://github.com/pjsg) | [Philip Gladstone](https://github.com/pjsg) | [struct.c](../../components/modules/struct.c)| This module offers basic facilities to convert Lua values to and from C structs. Its main functions are `struct.pack`, which packs multiple Lua values into a struct-like string; and `struct.unpack`, which unpacks multiple Lua values from a given struct-like string. diff --git a/docs/modules/tmr.md b/docs/modules/tmr.md index d07f64e9..0056a79b 100644 --- a/docs/modules/tmr.md +++ b/docs/modules/tmr.md @@ -1,7 +1,7 @@ # Timer Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2014-12-12 | [Zeroday](https://github.com/funshine) | [dnc40085](https://github.com/dnc40085) | [tmr.c](../../app/modules/tmr.c)| +| 2014-12-12 | [Zeroday](https://github.com/funshine) | [dnc40085](https://github.com/dnc40085) | [tmr.c](../../components/modules/tmr.c)| The tmr module allows access to simple timers. It is aimed at setting up regularly occurring tasks and timing out operations. diff --git a/docs/modules/uart.md b/docs/modules/uart.md index e3abd79e..55463734 100644 --- a/docs/modules/uart.md +++ b/docs/modules/uart.md @@ -1,7 +1,7 @@ # UART Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | -| 2014-12-22 | [Zeroday](https://github.com/funshine) | [Zeroday](https://github.com/funshine) | [uart.c](../../app/modules/uart.c)| +| 2014-12-22 | [Zeroday](https://github.com/funshine) | [Zeroday](https://github.com/funshine) | [uart.c](../../components/base_nodemcu/uart.c)| The [UART](https://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter) (Universal asynchronous receiver/transmitter) module allows configuration of and communication over the UART serial port.