Extract TODO

This commit is contained in:
Grigori Goronzy 2014-01-13 02:52:30 +01:00
parent beae56e66a
commit 2d8d782239
2 changed files with 4 additions and 6 deletions

4
TODO Normal file
View 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

View File

@ -23,12 +23,6 @@
# stcgal - STC MCU serial bootloader flash programmer
"""
TODO:
- some more documentation / comments
- private member naming, other style issues
"""
import serial
import sys, os, time, struct
import argparse