BSP430
20141115
Board Support Package for MSP430 microcontrollers
Main Page
Related Pages
Modules
Data Structures
Files
Examples
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
bootstrap/nop/main.c
/* Include the generic platform header. This assumes that
* #BSP430_PLATFORM_EXP430FR5739 (or another marker that identifies a
* platform BSP430 supports) has been defined for the preprocessor.
* If not, you may include the platform-specific version,
* e.g. <bsp430/platform/exp430g2.h>. */
#include <
bsp430/platform.h
>
void
main ()
{
/* First thing you do in main is configure the platform. */
vBSP430platformInitialize_ni
();
/* And that's all this one does. */
}
Generated on Sat Nov 15 2014 11:27:13 for BSP430 by
1.8.8