Skip to content

Instantly share code, notes, and snippets.

View KatiaCooksCakes's full-sized avatar

KatiaCooksCakes

View GitHub Profile
#include <Servo.h>
const bool testing = true;
int pos;
int temp;
unsigned long timeTaken;
const int angleStep = 1; // step in degrees to turn
const int angleStepDelay = 1; // delay in ms between turning 1 step
//Manual Configs
KATIA_RESCALECONFIG //All names start with KATIA_ to avoid possible conflicts with other mods that might want to change the scale of things...
{
name = Default
engineScaleFactor = 1.5 //This factor works well for the F-1 engine. May need more intricate adjustments
}
KATIA_RESCALECONFIG
{