Skip to content

Commit 34c9d53

Browse files
authored
Update README.md
1 parent becd2ed commit 34c9d53

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Gascounter-module
2-
Firmware for Gascounter Modules
3-
)
4-
# Getting started
2+
Firmware for *Gascounter Modules*, that monitor the flow through gasmeters. They are meant to be used in conjunction with [Helium Management](https://github.com/SampleEnvironment/Helium-Management) application.
3+
4+
## Getting started
5+
### Requisities
56
In order to start developing/testing/flashing Firmware you will need:
67
- [Microchip Studio](https://www.microchip.com/en-us/tools-resources/develop/microchip-studio)
78
- A debugger for example *Atmel Power debugger*
89
- Gascounter Module
10+
- Adapter from 6-Pin connector on Powerdebugger to 10-Pin on *gascounter module* specified [here](https://user-images.githubusercontent.com/85115389/188656912-2c82639d-4e30-490b-87a6-de65de5cbdc6.jpg)
11+
912

1013

11-
Before first compiling the project in Microchip Studio the submodule of the avr-library needs to be initialized.
14+
### Preparations
15+
Before first compiling the project in Microchip Studio the submodule of the avr-library needs to be initialized:
1216
```
1317
git submodule uptate --init
1418
```
19+
20+
21+
22+
23+
24+

0 commit comments

Comments
 (0)