Subversion Repositories DashDisplay

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 7
Line 390... Line 390...
390
                   }
390
                   }
391
                   if(cd==1)
391
                   if(cd==1)
392
                   {
392
                   {
393
                           HAL_GPIO_WritePin(SPI_NSS2_GPIO_Port, SPI_NSS2_Pin, GPIO_PIN_SET);
393
                           HAL_GPIO_WritePin(SPI_NSS2_GPIO_Port, SPI_NSS2_Pin, GPIO_PIN_SET);
394
                   }
394
                   }
-
 
395
                        HAL_GPIO_WritePin(SPI1CD_GPIO_Port, SPI1CD_Pin, GPIO_PIN_RESET);
395
 
396
 
396
        }
397
        }
397
 
398
 
398
}
399
}
399
 
400