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