forked from StopPointTeam/TaiChi
修复 include 错误
This commit is contained in:
parent
b1e5478518
commit
8e04862c86
@ -1,11 +1,10 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
#ifdef SENSOR_DEBUG
|
||||
#include <NeoHWSerial.h>
|
||||
#endif
|
||||
|
||||
#include "moveTaiChi.h"
|
||||
|
||||
#ifdef MOVE_DEBUG
|
||||
#include <NeoHWSerial.h>
|
||||
#endif
|
||||
|
||||
Move::Move()
|
||||
{
|
||||
|
||||
@ -1,13 +1,12 @@
|
||||
#include <Arduino.h>
|
||||
#include <Wire.h>
|
||||
|
||||
#include "sensorTaiChi.h"
|
||||
|
||||
#ifdef SENSOR_DEBUG
|
||||
#include <NeoHWSerial.h>
|
||||
#endif
|
||||
|
||||
#include "sensorTaiChi.h"
|
||||
|
||||
|
||||
Sensor::Sensor()
|
||||
{
|
||||
pinMode(BUTTON_1_OUT, INPUT_PULLUP);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user