Rename files to move them in the IDE

This commit is contained in:
Scott Lahteine
2015-04-25 21:04:54 -07:00
parent ac9ca64c50
commit a22a228bcc
12 changed files with 22 additions and 22 deletions

View File

@ -5,7 +5,7 @@
#include "cardreader.h"
#include "temperature.h"
#include "stepper.h"
#include "ConfigurationStore.h"
#include "configuration_store.h"
int8_t encoderDiff; /* encoderDiff is updated from interrupt context and added to encoderPosition every LCD update */