diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:27 -0600 |
commit | 9d6927a7d6a543332f828bffedf65eecf6774c6d (patch) | |
tree | 9f8210096908fddb7d266b477152021c45fa1a00 /test | |
parent | 3534213800bd8d151759df307755f2bbd592dfa1 (diff) | |
download | piklab-9d6927a7d6a543332f828bffedf65eecf6774c6d.tar.gz piklab-9d6927a7d6a543332f828bffedf65eecf6774c6d.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'test')
-rw-r--r-- | test/picc/standalone_test.c | 2 | ||||
-rw-r--r-- | test/picc/test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/picc/standalone_test.c b/test/picc/standalone_test.c index ac229a1..4173cf8 100644 --- a/test/picc/standalone_test.c +++ b/test/picc/standalone_test.c @@ -13,7 +13,7 @@ * * Use PICCLITE to compile this program for the PIC16F877. * - * tqStatus: Sept 25, 2003 + * Status: Sept 25, 2003 * Working. The code is pretty brute force and the resolution isn't * what I expected. Need to review calculations for angle vs. accel * (gravity). I determined the zero offsets empirically and hard coded diff --git a/test/picc/test.c b/test/picc/test.c index f397459..5fc2e81 100644 --- a/test/picc/test.c +++ b/test/picc/test.c @@ -10,7 +10,7 @@ * * Use PICCLITE to compile this program for the PIC16F877. * - * tqStatus: Sept 25, 2003 + * Status: Sept 25, 2003 * Working. The code is pretty brute force and the resolution isn't * what I expected. Need to review calculations for angle vs. accel * (gravity). I determined the zero offsets empirically and hard coded |