Startpunkten
This commit is contained in:
30
sensor.c
Normal file
30
sensor.c
Normal file
@@ -0,0 +1,30 @@
|
||||
//#
|
||||
//# sensor.c
|
||||
//#
|
||||
//# =======================================================
|
||||
//# Lab i realtidssystem
|
||||
//# Styrning av tåg
|
||||
//#
|
||||
//#
|
||||
//# Christian Ohlsson, Karlstads universitet
|
||||
//# 990922
|
||||
//# =======================================================
|
||||
|
||||
#include <stdio.h>
|
||||
#include "train.h"
|
||||
|
||||
/*
|
||||
typedef enum banDel {
|
||||
r11=0x0002, r12=0x0008, r13=0x0004,
|
||||
r21=0x0080, r22=0x4000, r23=0x0040,
|
||||
k11=0x, k12=0x, k13=0x,
|
||||
k21=0x, k22=0x, k23=0x,
|
||||
m11=0x, m12=0x, m13=0x, m14=0x,
|
||||
m21=0x, m22=0x, m23=0x, m24=0x
|
||||
};
|
||||
*/
|
||||
extern void halWrite();
|
||||
|
||||
void p2Main() {
|
||||
;
|
||||
}
|
||||
Reference in New Issue
Block a user