add ui, change project struct
This commit is contained in:
13
Core/Hardware/RotaryCoder/RotaryCoder.h
Normal file
13
Core/Hardware/RotaryCoder/RotaryCoder.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// Rotary encoder library for Arduino.
|
||||
#include "hardware.h"
|
||||
#include "tim.h"
|
||||
|
||||
#ifndef rotary_h
|
||||
#define rotary_h
|
||||
|
||||
uint8_t
|
||||
EC11_init(void);
|
||||
// Process pin(s)
|
||||
uint16_t EC11_DIR(void);
|
||||
uint16_t EC11_COUNT(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user