docs update
This commit is contained in:
parent
1a6eed0c07
commit
f833dc27c0
1 changed files with 8 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
This is a tree of the toplevel directory of the GLCD library.
|
This is a tree of the toplevel directory of the GLCD library.
|
||||||
The maintainer is supposed to keep it up to date at any time.
|
The maintainer is supposed to keep it up to date at any new release.
|
||||||
|
|
||||||
|
|
||||||
├── console
|
|
||||||
│ ├── console.c
|
|
||||||
│ └── console.h
|
|
||||||
├── demos
|
├── demos
|
||||||
│ ├── lcd
|
│ ├── lcd
|
||||||
│ │ └── main.c
|
│ │ └── main.c
|
||||||
│ └── readme.txt
|
│ ├── readme.txt
|
||||||
|
│ └── touchpad
|
||||||
|
│ └── main.c
|
||||||
├── docs
|
├── docs
|
||||||
│ ├── contributors.txt
|
│ ├── contributors.txt
|
||||||
|
│ ├── files.txt
|
||||||
│ ├── readme.txt
|
│ ├── readme.txt
|
||||||
|
│ ├── releases.txt
|
||||||
│ └── usage.txt
|
│ └── usage.txt
|
||||||
├── Doxygenfile
|
├── Doxygenfile
|
||||||
├── drivers
|
├── drivers
|
||||||
|
@ -102,3 +102,5 @@ The maintainer is supposed to keep it up to date at any time.
|
||||||
└── tools
|
└── tools
|
||||||
└── readme.txt
|
└── readme.txt
|
||||||
|
|
||||||
|
23 directories, 77 files
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue