fixed robotconfig capitalization
parent
77a151ad95
commit
830391c301
|
|
@ -15,7 +15,7 @@
|
|||
#define ENABLE_SERIAL_PASSTHROUGH \
|
||||
false // Set true to use Feetech app comms straight to servos
|
||||
|
||||
#include "RobotConfig.h"
|
||||
#include "robotconfig.h"
|
||||
#include "animation.h"
|
||||
#include "commands.h"
|
||||
#include "motorcontrol.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <FFat.h>
|
||||
#include "protocol.h"
|
||||
#include "animation.h"
|
||||
#include "RobotConfig.h"
|
||||
#include "robotconfig.h"
|
||||
#include "motorcontrol.h"
|
||||
|
||||
// ============================================================================
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
#include <Arduino.h>
|
||||
#include "feetech.h"
|
||||
#include "RobotConfig.h"
|
||||
#include "robotconfig.h"
|
||||
|
||||
// Pin definitions
|
||||
namespace Pins {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "nodegraph.h"
|
||||
#include "animation.h"
|
||||
#include "noise.h"
|
||||
#include "RobotConfig.h"
|
||||
#include "robotconfig.h"
|
||||
#include "sensors.h"
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "RobotConfig.h"
|
||||
#include "robotconfig.h"
|
||||
#include <FFat.h>
|
||||
|
||||
uint16_t RobotConfig::getMotorPosition(uint8_t motorID) const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue