-
Notifications
You must be signed in to change notification settings - Fork 15
/
TO-DO.txt
26 lines (17 loc) · 917 Bytes
/
TO-DO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TICC TO-DO LIST -- 16 February 2017
1. Finish user interface (menu system) for configuration.
See TODO-UI.txt for details. DONE!!! Thanks WA8YWQ!
2. Change as many variables/operations as possible from 64 bit to 32 bit.
3. Verify correctness, and optimize, calculation functions in TDC7200.cpp
lines 146 to 168.
4. Optimize serial (USB) output.
a. Find a more efficient way to print int64_t values given Arduino's
inabiilty to natively handle that. (Maybe split integer and decimal parts
and print them separately, with a "." in between?)
b. More important, see if buffering multiple results and sending in a burst
rather than each result as it's ready will improve throughput. Latency in
output is OK as long as data is sent in the right order.
5. Make better use of OO functions; in particular fix global vs. private
variables in TDCchannel.
6. Lots of other clean-up.
7. New functionality?