mirror of
https://github.com/isaac879/Pan-Tilt-Mount.git
synced 2026-08-16 13:03:15 +02:00
Add files via upload
Number of keyframes increased to 35 from 20.
This commit is contained in:
@@ -466,7 +466,7 @@ void moveToIndex(int index){
|
||||
float sliderInitialSpeed = stepper_slider.speed();
|
||||
|
||||
if(index >= 1){
|
||||
if(keyframe_array[index - 1].msDelay !p-29= 0){
|
||||
if(keyframe_array[index - 1].msDelay != 0){
|
||||
panInitialSpeed = 0;
|
||||
tiltInitialSpeed = 0;
|
||||
sliderInitialSpeed = 0;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#define TILT_GEAR_RATIO 3.047619047619047619047619047619 //64/21 teeth
|
||||
|
||||
#define MAX_STRING_LENGTH 10
|
||||
#define KEYFRAME_ARRAY_LENGTH 20
|
||||
#define KEYFRAME_ARRAY_LENGTH 35
|
||||
|
||||
#define SHUTTER_DELAY 200
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
#define NUM_LEDS 1
|
||||
#define BRIGHTNESS 255
|
||||
|
||||
#define VERSION_NUMBER "Version: 3.9.4\n"
|
||||
#define VERSION_NUMBER "Version: 3.9.5\n"
|
||||
|
||||
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*
|
||||
* Code written by isaac879
|
||||
*
|
||||
* Last modified: 22/07/2020
|
||||
* Last modified: 06/08/2020
|
||||
*
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
@@ -27,9 +27,6 @@
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
//Future development:
|
||||
|
||||
//Notes: note the same start/stop pos, setting accel vals,over/undershoot on changing direction/us delays, have not tested other step modes with accel
|
||||
//Comment code/more documentation
|
||||
//Efficiency improvements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user