Changes between Version 11 and Version 12 of HardwareUsersGuides/RadioBoard_v1.4/RadioController


Ignore:
Timestamp:
Jul 18, 2006, 2:34:38 AM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/RadioBoard_v1.4/RadioController

    v11 v12  
    4949 WarpDac_Reset(...)
    5050 WarpDac_InitializeDAC(...)
     51 <any other WarpDac_ functions>
     52
    5153 WarpRadio_InitializeSPI(...)
    5254 WarpRadio_Reset(...)
    5355 WarpRadio_InitializeRadio(...)
     56 <any other WarpRadio_ functions>
    5457}}}
    5558Just to reiterate, notice how the InitializeSPI functions of both the radio and DAC are called before a function call of that type.