Skip to content

Commit 573866d

Browse files
authored
Merge pull request #614 from cyberman54/patch-1
Update doc/README.md
2 parents a74d34f + f891223 commit 573866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)