File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,23 @@ Before first compiling the project in Microchip Studio the submodule of the avr-
1717git submodule update --init
1818```
1919
20+ ### Build configurations:
21+
22+ Buildconfigurations have the following Format:
23+ ``` 'DisplayType'-'NetworkInterface' ```
24+
25+ | Display Type | Description |
26+ | --------------| --------------------------------------------------------|
27+ | GCM_old_disp | old bw LCD display with low resolution |
28+ | ili9341 | Newer 2.2" rgb Display with a resolution of 240x320px |
29+
30+ | Network Interface | Description |
31+ | -------------------| ---------------------------------------------------------------------------------------------------------|
32+ | XBEE | Gascounter-module communicates via an xbee module with the server |
33+ | LAN | Gascountermodule emulates an Xbee module and sends messages directly over Ethernet via an X-Port Module |
34+
35+
36+
2037
2138For further Information please refer to the [ Wiki] ( https://github.com/SampleEnvironment/gascounter-module/wiki ) pages
2239
You can’t perform that action at this time.
0 commit comments