changed motor settings
This commit is contained in:
parent
e5be1298d1
commit
249082170b
|
@ -33,50 +33,8 @@ gs_const_string VoicePatternFolder = ConstString("data/blumen_animations/audio_r
|
||||||
// NOTE: There is no need to modify the MotorOpenTimesCount variable -
|
// NOTE: There is no need to modify the MotorOpenTimesCount variable -
|
||||||
// it is a compile time constant that gets calculated automatically
|
// it is a compile time constant that gets calculated automatically
|
||||||
global time_range MotorOpenTimes[] = {
|
global time_range MotorOpenTimes[] = {
|
||||||
{ 00, 30, 00, 40 },
|
{ 08, 45, 17, 45 },
|
||||||
{ 00, 50, 01, 00 },
|
{ 19, 00, 23, 00 },
|
||||||
{ 01, 10, 01, 20 },
|
|
||||||
{ 01, 30, 01, 40 },
|
|
||||||
{ 01, 50, 02, 00 },
|
|
||||||
{ 02, 10, 02, 20 },
|
|
||||||
{ 02, 30, 02, 40 },
|
|
||||||
{ 02, 50, 03, 00 },
|
|
||||||
{ 03, 10, 03, 20 },
|
|
||||||
{ 03, 30, 03, 40 },
|
|
||||||
{ 03, 50, 04, 00 },
|
|
||||||
{ 04, 10, 04, 20 },
|
|
||||||
{ 04, 30, 04, 40 },
|
|
||||||
{ 04, 50, 05, 00 },
|
|
||||||
{ 05, 10, 05, 20 },
|
|
||||||
{ 05, 30, 05, 40 },
|
|
||||||
{ 05, 50, 06, 00 },
|
|
||||||
{ 06, 10, 06, 20 },
|
|
||||||
{ 06, 30, 06, 40 },
|
|
||||||
{ 06, 50, 07, 00 },
|
|
||||||
{ 07, 10, 07, 20 },
|
|
||||||
{ 07, 30, 07, 40 },
|
|
||||||
{ 07, 50, 8, 00 },
|
|
||||||
{ 8, 10, 8, 20 },
|
|
||||||
{ 8, 30, 8, 40 },
|
|
||||||
{ 8, 50, 9, 00 },
|
|
||||||
{ 9, 10, 9, 20 },
|
|
||||||
{ 9, 30, 9, 40 },
|
|
||||||
{ 9, 50, 10, 00 },
|
|
||||||
{ 10, 10, 10, 20 },
|
|
||||||
{ 10, 30, 10, 40 },
|
|
||||||
{ 10, 50, 11, 00 },
|
|
||||||
{ 11, 10, 11, 20 },
|
|
||||||
{ 11, 30, 11, 40 },
|
|
||||||
{ 11, 50, 12, 00 },
|
|
||||||
{ 12, 10, 12, 20 },
|
|
||||||
{ 12, 30, 12, 40 },
|
|
||||||
{ 12, 50, 13, 00 },
|
|
||||||
{ 13, 10, 13, 20 },
|
|
||||||
{ 13, 30, 13, 40 },
|
|
||||||
{ 13, 50, 14, 00 },
|
|
||||||
{ 14, 10, 14, 20 },
|
|
||||||
{ 14, 30, 14, 40 },
|
|
||||||
{ 14, 50, 15, 00 },
|
|
||||||
};
|
};
|
||||||
global u32 MotorOpenTimesCount = CArrayLength(MotorOpenTimes); // do not edit
|
global u32 MotorOpenTimesCount = CArrayLength(MotorOpenTimes); // do not edit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue