Extract TODO
This commit is contained in:
parent
beae56e66a
commit
2d8d782239
4
TODO
Normal file
4
TODO
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
- some more documentation / comments
|
||||||
|
- private member naming, other style issues
|
||||||
|
- sensible default serial port (e.g. on windows)
|
||||||
|
- split up into base protocol class and variants
|
@ -23,12 +23,6 @@
|
|||||||
|
|
||||||
# stcgal - STC MCU serial bootloader flash programmer
|
# stcgal - STC MCU serial bootloader flash programmer
|
||||||
|
|
||||||
"""
|
|
||||||
TODO:
|
|
||||||
- some more documentation / comments
|
|
||||||
- private member naming, other style issues
|
|
||||||
"""
|
|
||||||
|
|
||||||
import serial
|
import serial
|
||||||
import sys, os, time, struct
|
import sys, os, time, struct
|
||||||
import argparse
|
import argparse
|
||||||
|
Loading…
Reference in New Issue
Block a user