Skip to content

Commit becd2ed

Browse files
authored
Create README.md
1 parent 76a3107 commit becd2ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Gascounter-module
2+
Firmware for Gascounter Modules
3+
)
4+
# Getting started
5+
In order to start developing/testing/flashing Firmware you will need:
6+
- [Microchip Studio](https://www.microchip.com/en-us/tools-resources/develop/microchip-studio)
7+
- A debugger for example *Atmel Power debugger*
8+
- Gascounter Module
9+
10+
11+
Before first compiling the project in Microchip Studio the submodule of the avr-library needs to be initialized.
12+
```
13+
git submodule uptate --init
14+
```

0 commit comments

Comments
 (0)