Sp12-ch

Code History

Source files for this project are located under:

Test data files for this project are located under:

V1-00

  1. done on 4-Apr-2010
  2. This is a copy of V1-20 of the Sparrow10 code, modifed to handle the Basic Stamp 2p controller.
  3. adding code to support the 24LC512 eeprom
  4. commenting out the modeb (2nd DIP switch)
  5. modifying the start, setup and test code segments
  6. folder: V1-00

V1-01

  1. done on 5-Apr-2010
  2. adding PIDC support to the project
  3. folder: V1-01

V1-02

  1. done on 5-Apr-2010
  2. modify the eeprom dump code segment (sp12-dump)
  3. folder: V1-02

V1-03

  1. done on 7-Apr-2010
  2. removing the .bpe files from this project (for the Basic Stamp 2pe)
  3. attempting to fix the eeprom pause issue
  4. Warning: This version was never tested
  5. folder V1-03

V1-04

  1. done on 7-Apr-2010
  2. minor changes to the code
  3. Warning: This version was never tested
  4. folder V1-04

V1-05

  1. done on 8-Apr-2010
  2. adding countdown display
  3. changing the eeprom write pause from 5ms to 20ms
  4. writing to the eeprom one byte at a time
  5. folder V1-05

V1-06

  1. done on 8-Apr-2010
  2. changing the ERL (Event Record Length) from 3 to 5
  3. fix the problem were the event counter is supposed to be stored in the eeprom (was storing the eeprom location pointer)
  4. folder V1-06

V1-07

  1. done on 8-Apr-2010
  2. change maxevents to 13100
  3. folder V1-07

V1-08

  1. done on 8-Apr-2010
  2. disabled setup menu options that might get data wiped out
  3. folder V1-08

V1-09

  1. done on 9-Apr-2010
  2. Changing the EEPROM write delays from 20 milliseconds to 5 milliseconds.
    1. The mission code segment has it as a variable that is defined as 5.
    2. The setup code segment has it as static
  3. Corrected minor things like ERL (Event Record Length), column headings.
  4. Renabled the PIDC initialize with a password protection
  5. folder: V1-09