Erster Release

This commit is contained in:
2019-09-21 23:13:32 +02:00
parent c44ccfa374
commit 9587a53506
11 changed files with 224 additions and 0 deletions

5
__init__.py Normal file
View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
"""Module for LoRaWAN chip RN2483."""
__author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2019 Sven Sager"
__license__ = "GPLv3"