nxt
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
#define ENC_DATALEN (13)
|
||||
// max error counter (when read() returns -1)
|
||||
#define MAX_ERR_CTR (100)
|
||||
// encoder ticks per turn
|
||||
#define ENC_TURN_XTICKS (111111.)
|
||||
#define ENC_TURN_YTICKS (111111.)
|
||||
|
||||
double dtime();
|
||||
data_t *cmd2dat(const char *cmd);
|
||||
void data_free(data_t **x);
|
||||
int openEncoder(const char *path, int speed);
|
||||
int openMount(const char *path, int speed);
|
||||
void closeSerial();
|
||||
|
||||
Reference in New Issue
Block a user