Skip to content

Commit

Permalink
Removing test sketches
Browse files Browse the repository at this point in the history
  • Loading branch information
chiranthsiddappa committed May 13, 2014
1 parent 632e67d commit 97c9a73
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 834 deletions.
8 changes: 4 additions & 4 deletions AD9912_sketch/AD9912_sketch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -180,22 +180,22 @@ void loop()
else if (demoState == demo_freq_1_c) {
userFreq = 195 * pow(10 , 6);
// userDAC = findBestDACMatch(userFreq , demo_DBM_match);
userDAC = 180;
userDAC = 155;
}
else if (demoState == demo_freq_2_c) {
userFreq = 362 * pow(10 , 6);
// userDAC = findBestDACMatch(userFreq , demo_DBM_match);
userDAC = 820;
userDAC = 858;
}
else if (demoState == demo_freq_3_c) {
userFreq = 385 * pow(10 , 6);
// userDAC = findBestDACMatch(userFreq , demo_DBM_match);
userDAC = 590;
userDAC = 605;
}
else if (demoState == demo_freq_4_c) {
userFreq = 400 * pow(10 , 6);
// userDAC = findBestDACMatch(userFreq , demo_DBM_match);
userDAC = 511;
userDAC = 596;
}
// Constant display stuff here
ad9912.setFrequency(userFreq);
Expand Down
4 changes: 2 additions & 2 deletions AmplitudeCalibrationData.csv
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Frequency,Min,Max
192,-2.61,6.5
193,-4.81,6.5
194,-6.3,7.49
195,-2.0,7.52
195,-0.8,7.9
196,-3.69,7.02
197,-1.5,7.5
198,-0.3966,7.78
Expand Down Expand Up @@ -301,7 +301,7 @@ Frequency,Min,Max
359,-4.25,7.97
360,-4.53,6.86
361,-4.88,5.6
362,-5.27,0.7763
362,-5.27,0.78
363,-5.06,8
364,-5.8,5.682
365,-4.33,4.65
Expand Down
78 changes: 0 additions & 78 deletions LCD/LCD.ino

This file was deleted.

Loading

0 comments on commit 97c9a73

Please sign in to comment.