#include #include #include #include "LCDmikrocontroller.h" #include #include #define STAT_SPEICHER_VOLL 0 #define STAT_UART_REC 1 #define STAT_MOTOR_AN 2 #define STAT_RICHTUNG 3 #define STAT_DELETE 4 #define LICHT PINC0 #define TASTER PINC1 #define SCHRITT PC2 #define RICHTUNG PC3 void uart_puts (char *s); int uart_putc(unsigned char c); void auswurf(uint8_t seite); void werte_ausg(void); void delete(void); volatile uint16_t status = 0; volatile uint8_t empfangen; volatile int16_t weg; volatile uint16_t zeit = 0; char buffer_char[16]; uint8_t *eeprom_adr = 0; uint8_t eeprom_wert = 3; int main(void) { TCCR0 |= (1<(uint8_t*) 255) { status |= (1<(uint8_t*)255) { status |= (1<