You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
811 B
C
23 lines
811 B
C
7 months ago
|
|
||
|
//###########################################################################
|
||
|
//
|
||
|
// FILE: DSP28x_Project.h
|
||
|
//
|
||
|
// TITLE: DSP28x Project Headerfile and Examples Include File
|
||
|
//
|
||
|
//###########################################################################
|
||
|
// $TI Release: F2833x/F2823x Header Files and Peripheral Examples V142 $
|
||
|
// $Release Date: November 1, 2016 $
|
||
|
// $Copyright: Copyright (C) 2007-2016 Texas Instruments Incorporated -
|
||
|
// http://www.ti.com/ ALL RIGHTS RESERVED $
|
||
|
//###########################################################################
|
||
|
|
||
|
#ifndef DSP28x_PROJECT_H
|
||
|
#define DSP28x_PROJECT_H
|
||
|
|
||
|
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
|
||
|
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
|
||
|
|
||
|
#endif // end of DSP28x_PROJECT_H definition
|
||
|
|