avr-lc7981/writing_demo.h

19 lines
282 B
C
Raw Permalink Normal View History

/**
2010-04-12 15:33:03 +02:00
* writing_demo.h
*
* Created on: 29.05.2009
* Author: sebastian
*/
#ifndef WIRTING_DEMO_H_
#define WIRTING_DEMO_H_ WIRTING_DEMO_H_
#include <stdlib.h>
#include "include/lc7981.h"
#include "include/adc.h"
#include "include/touch.h"
2010-03-30 14:07:50 +02:00
void writing_demo(void);
#endif