mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 09:17:42 +03:00
8 lines
116 B
C++
Executable File
8 lines
116 B
C++
Executable File
#pragma once
|
|
|
|
#include "stdint.h"
|
|
|
|
void mt8901_init(int16_t sig_pin, int16_t dir_pin);
|
|
|
|
int16_t mt8901_get_count();
|