We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a3107 commit becd2edCopy full SHA for becd2ed
README.md
@@ -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