mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add encoder support (LIR-OM158A)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void encoder_setup();
|
||||
int read_encoder(uint8_t outbuf[4]);
|
||||
void encoder_process();
|
||||
int read_encoder(uint8_t outbuf[8]);
|
||||
void CANsendEnc();
|
||||
void CANsendLim();
|
||||
|
||||
Reference in New Issue
Block a user