OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [src-c/] [sandbox/] [main.c] - Diff between revs 76 and 134

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 76 Rev 134
Line 33... Line 33...
/* $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 <msp430x11x1.h>
#include <signal.h>                    // Needed for using interrupts with msp430-gcc
#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) {

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.