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 c0b9e17 commit 4deee52Copy full SHA for 4deee52
README.md
@@ -1,5 +1,17 @@
1
<pre>
2
-enocean module programmer for raspberry pi board
+usage: re_programmer.py [-h] [-c CONF_FILE] -p PROG_FILE [-f] [-l] [-v]
3
+
4
+Enocean module programmer for Raspberry Pi.
5
6
+optional arguments:
7
+ -h, --help show this help message and exit
8
+ -c CONF_FILE, --conf CONF_FILE
9
+ configuration file in intel hex format
10
+ -p PROG_FILE, --prog PROG_FILE
11
+ program file in intel hex format
12
+ -f, --force force local stored config
13
+ -l, --lock set codeprotection
14
+ -v, --version show program's version number and exit
15
16
Allows to programm programm-code and optional configuration-data into a
17
enocean module.
0 commit comments