DSP281x_Spi.c
上传用户:qingfan3
上传日期:2014-10-27
资源大小:31439k
文件大小:1k
- //###########################################################################
- //
- // FILE: DSP281x_Spi.c
- //
- // TITLE: DSP281x SPI Initialization & Support Functions.
- //
- //###########################################################################
- //
- // Ver | dd mmm yyyy | Who | Description of changes
- // =====|=============|======|===============================================
- // 1.00| 11 Sep 2003 | L.H. | No change since previous version (v.58 Alpha)
- //###########################################################################
- #include "DSP281x_Device.h" // DSP281x Headerfile Include File
- #include "DSP281x_Examples.h" // DSP281x Examples Include File
- //---------------------------------------------------------------------------
- // InitSPI:
- //---------------------------------------------------------------------------
- // This function initializes the SPI(s) to a known state.
- //
- void InitSpi(void)
- {
- // Initialize SPI-A:
- //tbd...
-
- }
- //===========================================================================
- // No more.
- //===========================================================================