source: projects/magnetic-tape-show/spielplan.c @ 82

Last change on this file since 82 was 82, checked in by sven, 11 years ago

Wiring/PSeudosprache fertiggeschrieben.

File size: 425 bytes
Line 
1/*
2 * spielplan.c
3 *
4 * Created: 10.08.2013 14:02:58
5 *  Author: Sven
6 */ 
7
8#include "wiring.h"
9#include "pseudosprache.h"
10
11void abspielen() {
12        /*
13        while(1) {
14                start_led();
15                PORTA = 0x00;
16                warte(0.5 * SEKUNDE);
17                stop_led();
18                PORTA = 0xFF;
19                warte(SEKUNDE);
20        }
21        */     
22       
23        // Start des Plans, Heribert 13.08.2013, 18:50
24        warte(3 * SEKUNDEN);
25        tape1_on();
26        warte(SEKUNDE);
27       
28       
29       
30
31       
32       
33       
34       
35       
36}
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License