lexjenae87 lexjenae87 30-04-2024 Computers and Technology contestada Please find the code snippet below. What is the total time required (deadline) before starting the sixth line?1 void main()2 {3 TRISB=0;4 PORTB=0b00000000;5 __delay_ms(1000);6 PORTB=~0b1111111;7 }