stash
This commit is contained in:
parent
9969738043
commit
a0e8c00c17
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ extern "C" void lux_task(void *pvParameters) {
|
|||
|
||||
while(1) {
|
||||
spi_transfer_8(1, cnt++);
|
||||
vTaskDelay(1);
|
||||
for(volatile int i = 0; i < 1000000; i++);
|
||||
spi_transfer_8(1, 0x00);
|
||||
|
||||
vTaskDelay(1000/portTICK_PERIOD_MS);
|
||||
|
|
Loading…
Reference in a new issue