添加 TaiChi 版本库
This commit is contained in:
parent
1f7c5ce565
commit
295951b6e3
@ -1,6 +1,6 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "move.h"
|
||||
#include "moveTaiChi.h"
|
||||
|
||||
|
||||
Move::Move()
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef MOVE_H
|
||||
#define MOVE_H
|
||||
#ifndef MOVETAICHI_H
|
||||
#define MOVETAICHI_H
|
||||
|
||||
//轮胎定义
|
||||
#define LEFT_A_WHEEL 0
|
||||
@ -1,6 +1,6 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "sensor.h"
|
||||
#include "sensorTaiChi.h"
|
||||
|
||||
|
||||
Sensor::Sensor()
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef SENSOR_H
|
||||
#define SENSOR_H
|
||||
#ifndef SENSORTAICHI_H
|
||||
#define SENSORTAICHI_H
|
||||
|
||||
#define DEBUG
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "servo.h"
|
||||
#include "servoTaiChi.h"
|
||||
|
||||
|
||||
#define GET_LOW_BYTE(A) (uint8_t)((A))
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef SERVO_H
|
||||
#define SERVO_H
|
||||
#ifndef SERVOTAICHI_H
|
||||
#define SERVOTAICHI_H
|
||||
|
||||
|
||||
#include <Arduino.h>
|
||||
Loading…
x
Reference in New Issue
Block a user