mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 05:09:32 +00:00
test
This commit is contained in:
@ -76,8 +76,8 @@ uint8_t rejim[60]; // 0 - chislo rejimov, 1-6 - rejim1, 7-12 - rejim2...
|
||||
uint8_t avto = 0; // vkl/otkl avtomaticheskoi raboti
|
||||
uint8_t rejim_number = 1; // nomer tekyshego rejima
|
||||
|
||||
uint8_t Vz1 = 100;
|
||||
uint8_t Vz2 = 100;
|
||||
int16_t Vz1 = 100;
|
||||
int16_t Vz2 = 100;
|
||||
|
||||
uint16_t vi = 0;
|
||||
|
||||
@ -201,7 +201,18 @@ initcomlete = 1;
|
||||
/* Infinite loop */
|
||||
/* USER CODE BEGIN WHILE */
|
||||
|
||||
Shot testShot = GetShot(3);
|
||||
if(!testShot.isExist){
|
||||
testShot.countRepeatShot = 1;
|
||||
testShot.speedRollerTop = 200;
|
||||
testShot.speedRollerBottom = 200;
|
||||
testShot.speedScrew = 100;
|
||||
testShot.rotationAxial = 90;
|
||||
testShot.rotationHorizontal = 90;
|
||||
testShot.rotationVertical = 90;
|
||||
|
||||
SaveShot(3, &testShot);
|
||||
}
|
||||
|
||||
while (1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user