emadmasri40 / SmartHome

1 stars 0 forks source link

Subsystem3 Tiva2 : LCD #8

Closed ShroukRagheb closed 5 years ago

ShroukRagheb commented 5 years ago

Steps to be taken :

A_(LCD Functions) 1-LCD_init /Initiate LCD/ 2-LCD_Cmd /Send Commands to the LCD/ 3-LCD_Data /Send Data To LCD/ 4-LCD_write_string /Send String to LCD/

B_(UART functions) 1-UART5_Init 2-Enable interrupt 3-UART5_Read 4- UART5_Handler

Subsystem 3 : Display the Temp Sensor degree on the LCD 1)Tiva1 send Temp 2)Interrupt 3)Tiva2 Recieve 4)UART5_Handler function in Tiva2 handle interrupt and then Display Reading of Temp Sensor on the LCD