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/taenzer.h

15 lines
208 B
C

#ifndef _TAENZER_H_
#define _TAENZER_H
typedef struct {
uint8_t homed;
uint32_t pos;
} taenzer_state_t;
extern taenzer_state_t taenzer_state;
void do_taenzer(void);
void timer4_init(void);
#endif