summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClemens von Molo <clemensvonmolo@paderborn.com>2021-10-05 15:19:44 +0200
committerClemens von Molo <clemensvonmolo@paderborn.com>2021-10-05 15:19:44 +0200
commitaa83fa2dcfa096e86290c9742e8498bec411732b (patch)
tree08ba2dbb7d739e0663237321340a5cba02e3a78f /README.md
parent9e0a7ddf5759dd67a61c27c0f028a6cca61fe01d (diff)
Add docs for app creation and code structure
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b9c3287..ee1fad00 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,8 @@ As of now, here is the list of achievements of this project:
## Documentation
### Develop
-
+ - [Rough structure of the code](doc/code/Intro.md)
+ - [How to implement an application](doc/code/Apps.md)
- [Generate the fonts and symbols](src/displayapp/fonts/README.md)
- [Creating a stopwatch in Pinetime(article)](https://pankajraghav.com/2021/04/03/PINETIME-STOPCLOCK.html)