Add files via upload

This commit is contained in:
isaac879
2020-06-30 22:25:06 +01:00
committed by GitHub
parent 77133d6af1
commit 852e0850c0
2 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -66,8 +66,8 @@
#define INSTRUCTION_EDIT_ARRAY 'E' #define INSTRUCTION_EDIT_ARRAY 'E'
#define INSTRUCTION_ADD_DELAY 'D' #define INSTRUCTION_ADD_DELAY 'D'
#define INSTRUCTION_CLEAR_ARRAY 'C' #define INSTRUCTION_CLEAR_ARRAY 'C'
#define INSTRUCTION_SCALE_PAN_SPEED 'M' //#define INSTRUCTION_SCALE_PAN_SPEED 'M'
#define INSTRUCTION_SCALE_TILT_SPEED 'N' //#define INSTRUCTION_SCALE_TILT_SPEED 'N'
#define INSTRUCTION_SAVE_TO_EEPROM 'U' #define INSTRUCTION_SAVE_TO_EEPROM 'U'
#define INSTRUCTION_PANORAMICLAPSE 'L' #define INSTRUCTION_PANORAMICLAPSE 'L'
#define INSTRUCTION_ANGLE_BETWEEN_PICTURES 'b' #define INSTRUCTION_ANGLE_BETWEEN_PICTURES 'b'
@@ -99,7 +99,7 @@
#define NUM_LEDS 1 #define NUM_LEDS 1
#define BRIGHTNESS 255 #define BRIGHTNESS 255
#define VERSION_NUMBER "3.2.7" #define VERSION_NUMBER "3.2.8"
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/ /*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@@ -18,14 +18,22 @@
* *
* Code written by isaac879 * Code written by isaac879
* *
* Last modified: 07/06/2020 * Last modified: 30/06/2020
* *
*--------------------------------------------------------------------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------------------------------------------------------------------*/
//TODOs: //TODOs:
//EEPROM values will need to be set after uploading the code and then a reset is required. //EEPROM values will need to be set after uploading the code and then a reset is required.
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
//Future development:
//Impliment acceleration control
//Comment code/more documentation
//Efficiency improvements
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
#include "panTiltMount.h" #include "panTiltMount.h"
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------------------------------------------------------*/