URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 134 |
Rev 141 |
Line 31... |
Line 31... |
/* $Rev: 19 $ */
|
/* $Rev: 19 $ */
|
/* $LastChangedBy: olivier.girard $ */
|
/* $LastChangedBy: olivier.girard $ */
|
/* $LastChangedDate: 2009-08-04 23:47:15 +0200 (Tue, 04 Aug 2009) $ */
|
/* $LastChangedDate: 2009-08-04 23:47:15 +0200 (Tue, 04 Aug 2009) $ */
|
/*===========================================================================*/
|
/*===========================================================================*/
|
|
|
#include <msp430x11x1.h>
|
#include "omsp_system.h"
|
#include <signal.h> // Needed for using interrupts with msp430-gcc
|
|
//#include <legacymsp430.h>
|
|
|
|
|
|
volatile char shift_direction = 0x01; // Global variable
|
volatile char shift_direction = 0x01; // Global variable
|
|
|
int main(void) {
|
int main(void) {
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.