Skip to content

Commit f891223

Browse files
authored
Update doc/README.md
Fixed 2 broken links to files in ./doc
1 parent 89c28c5 commit f891223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains documentation on the use and implementation of the LMIC.
44

55
## Usage documentation
66

7-
- [`LMIC-v3.0.99.pdf`](./LoRaWAN-v3.0.99.pdf): API documentation on the LMIC as of 3.0.99. Generally the differences between 3.0.99 and 3.2 were bug fixes.
7+
- [`LMIC-v3.0.99.pdf`](./LMIC-v3.0.99.pdf): API documentation on the LMIC as of 3.0.99. Generally the differences between 3.0.99 and 3.2 were bug fixes.
88

99
## Background information
1010

@@ -13,7 +13,7 @@ This directory contains documentation on the use and implementation of the LMIC.
1313
## Implementation documentation
1414

1515
- [`RadioDriver.md`](./RadioDriver.md): documentation of the radio driver interface.
16-
- [`LMIC-structure.pdf`](./LMIC-structure.pdf): a structural diagram of the LMIC. This is somewhat UML like.
16+
- [`LMIC-structure-diagram.pdf`](./LMIC-structure-diagram.pdf): a structural diagram of the LMIC. This is somewhat UML like.
1717
- [`LMIC-FSM.pdf`](./LMIC-FSM.pdf): the operating logic of the LMIC, modeled as a finite state machine. As of version 3.2, this model is idealized; the actual implementation is not an explicit state machine. However, if you search for `os_setCallback()` and `os_setTimedCallback()`, you will see the links between event callbacks, and that will generally correspond to the implementation. The FSM diagram doesn't show class-B or class-C operation as yet.
1818

1919
## Historical information

0 commit comments

Comments
 (0)