Ignore:
Timestamp:
07/21/11 12:30:20 (13 years ago)
Author:
weitzel
Message:
FTM: changeover to firmware ID 3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r11513 r11514  
    6262--
    6363-- pv 21.07.: new lightpulser firmware to reduce LED current and light output
     64--            changeover to firmware v3
    6465--
    6566----------------------------------------------------------------------------------
     
    126127  --FTM address and firmware ID
    127128  constant FTM_ADDRESS : std_logic_vector(7 downto 0) := "11000000";  -- 192
    128   constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000010";  -- firmware version
     129  constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000011";  -- firmware version
    129130 
    130131  --communication with FTUs
Note: See TracChangeset for help on using the changeset viewer.