Page 174 - MDP2022-2
P. 174

indx++;
                        }


                  }


                  for  (int  i  =  0;  i  <  50;  i++)  {
                        pwmData2[indx]  =  0;
                        indx++;
                  }


                  HAL_TIM_PWM_Start_DMA(&htim1,  TIM_CHANNEL_2,  (uint32_t*)  pwmData2,  indx);
                  while  (!datasentflag)  {
                  };
                  datasentflag  =  0;
            }


            void  set_led_pattern2(void)  {
                  Set_LED2(3,  100,  100,  100);
                  Set_LED2(4,  100,  100,  100);
                  Set_LED2(5,  100,  100,  100);
                  Set_LED2(8,  100,  100,  100);
                  Set_LED2(11,  100,  100,  100);
                  Set_LED2(12,  100,  100,  100);
                  Set_LED2(13,  100,  100,  100);
                  Set_LED2(21,  100,  100,  100);
                  Set_LED2(24,  100,  100,  100);
                  Set_LED2(26,  100,  100,  100);
                  Set_LED2(29,  100,  100,  100);
                  Set_LED2(38,  100,  100,  100);
                  Set_LED2(41,  100,  100,  100);
                  Set_LED2(43,  100,  100,  100);
                  Set_LED2(46,  100,  100,  100);
                  Set_LED2(55,  100,  100,  100);
                  Set_LED2(58,  100,  100,  100);
                  Set_LED2(60,  100,  100,  100);
                  Set_LED2(63,  100,  100,  100);
                  Set_LED2(71,  100,  100,  100);
                  Set_LED2(72,  100,  100,  100);
                  Set_LED2(73,  100,  100,  100);
                  Set_LED2(76,  100,  100,  100);
                  Set_LED2(80,  100,  100,  100);
                  Set_Brightness2(15);
                  WS2812_Send2();
            }
   169   170   171   172   173   174   175   176   177   178   179