X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FFordExperiments.py;h=33185146c1c9c4048eb692fb0d8ead9c66728ec1;hp=d57db1c2e6d4c8316eddc43b858e10b2499ae279;hb=b9875cce220de9d3149ab00f14068a6969f1e5a9;hpb=19a89220d15e203a109ff2509407e8565e98ac40 diff --git a/client/FordExperiments.py b/client/FordExperiments.py index d57db1c..3318514 100644 --- a/client/FordExperiments.py +++ b/client/FordExperiments.py @@ -6,15 +6,16 @@ import datetime import os from random import randrange from GoodFETMCPCAN import GoodFETMCPCAN; +from experiments import experiments from GoodFETMCPCANCommunication import GoodFETMCPCANCommunication from intelhex import IntelHex; import Queue import math tT = time -class FordExperiments(GoodFETMCPCANCommunication): +class FordExperiments(experiments): - def __init__(self, dataLocation): + def __init__(self, dataLocation = "../../contrib/ThayerData/"): GoodFETMCPCANCommunication.__init__(self, dataLocation) #super(FordExperiments,self).__init__(self) #initialize chip self.freq = 500;