1. a) Make a truth table for the following link. b) The coupling below can be replaced with a gate, which? Justify the answer.
2. Write a program to flash a LED light. The number of flashes which the LED
blinking is determined by a character entered with the serial monitor. Used
Serial.Read () and Serial.Available (). Valid characters are the hexadecimal characters between 0
and f. (see table next page)
Ex: If the character ‘a’ is entered in the serial monitor, the LED should flash 10 times.
1. a) Make a truth table for the following link. b) The coupling below can be replaced with a gate, which? Justify the answer.
2. Write a program to flash a LED light. The number of flashes which the LED
blinking is determined by a character entered with the serial monitor. Used
Serial.Read () and Serial.Available (). Valid characters are the hexadecimal characters between 0
and f. (see table next page)
Ex: If the character ‘a’ is entered in the serial monitor, the LED should flash 10 times.