This repository has been archived on 2023-01-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
05_wickler/abzug.h

9 lines
94 B
C

#ifndef _ABZUG_H
#define _ABZUG_H
extern uint16_t abzug_speed;
void do_rolle(void);
#endif