Added TODO list for debug decoder
This commit is contained in:
parent
721645d384
commit
2096a811d4
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ from pathlib import Path
|
||||||
from argparse import RawTextHelpFormatter
|
from argparse import RawTextHelpFormatter
|
||||||
|
|
||||||
|
|
||||||
|
'''
|
||||||
|
TODO list:
|
||||||
|
1. Parse macro values (the names of bits in all registers in header file)
|
||||||
|
2. Failed SPI write handling
|
||||||
|
3. SX126x/SX128x handling
|
||||||
|
4. AT handling
|
||||||
|
'''
|
||||||
|
|
||||||
|
|
||||||
def get_macro_name(value, macros):
|
def get_macro_name(value, macros):
|
||||||
for macro in macros:
|
for macro in macros:
|
||||||
if macro[1] == value:
|
if macro[1] == value:
|
||||||
|
|
Loading…
Add table
Reference in a new issue