Skip to content

Commit 88cc0e3

Browse files
author
Sebastian Pichelhofer
committed
some restructuring and readme additions
1 parent 0515702 commit 88cc0e3

4 files changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@
44

55
A universal remote control with buttons, dials and an LCD for menu/settings (no live video) for AXIOM devices and potentially many other things as well.
66

7+
## License
8+
This program is free software; you can redistribute it and/or modify
9+
it under the terms of the GNU General Public License 2 as published
10+
by the Free Software Foundation.
11+
for details see: LICENSE.txt
12+
13+
## Folder Structure
14+
15+
```/.vscode/``` contains configurations for VS code IDE.
16+
17+
```/Archive/``` contains old outdated projects related to the AXIOM Remote.
18+
19+
```/AXIOM_Remote_Firmware_Visualizer/``` contains the AXIOM Remote Visualizer - a tool to emulate the actual code running on the PIC32 and pixels displayed on the 320x240 LCD on a PC.
20+
21+
```/Bootloader/``` The Bootloader will be used to update the firmware of the main PIC32 and also the east and west PIC16s (key managers) without a dedicated programming hardware.
22+
23+
24+
```/Common/``` contains general code and definition that are used in several projects in this repository.
25+
26+
```/datasheets/``` contains datasheets related to the used hardware (TFT and TFT controller, etc.).
27+
28+
```/Docs/``` contains illustrations and drawings
29+
30+
```/Firmware/``` contains the actual Firmware of the AXIOM Remote - this is the main folder of this repository.
31+
32+
```/FirmwareTest/``` contains unit tests of the Firmware.
33+
34+
735
## Build status
836

937
| master | dev |

0 commit comments

Comments
 (0)