Browse Source

do 4000 point sweep

git-svn-id: https://bucket.mit.edu/svn/nilm/zoom@7611 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/zoom-1.0
jim 15 years ago
parent
commit
267c251999
3 changed files with 2 additions and 1 deletions
  1. +1
    -1
      firmware/mode_debug.c
  2. +1
    -0
      firmware/zoom.c
  3. BIN
      firmware/zoom.mcw

+ 1
- 1
firmware/mode_debug.c View File

@@ -60,7 +60,7 @@ void sweep(void)
int16_t a;
/* sweep range */
for (d = (int32_t)dac - 1500; d < (int32_t)dac + 1500; d++) {
for (d = (int32_t)dac - 2000; d < (int32_t)dac + 2000; d++) {
if (d < 0x0000) {
uart1_put_string("0 0\r\n");
continue;


+ 1
- 0
firmware/zoom.c View File

@@ -8,6 +8,7 @@
#include "led.h"
#include "mode.h"
#include "zoom.h"
#include "scaling.h"

void degauss(void)
{


BIN
firmware/zoom.mcw View File


Loading…
Cancel
Save