-
This commit is contained in:
		
							
								
								
									
										7
									
								
								solar_panel.X/uart.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								solar_panel.X/uart.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| #include "uart.h" | ||||
|  | ||||
| void uart_send(uint8_t *tx_buf, uint8_t length){ | ||||
|     for (uint8_t i = 0; i < length; i++){ | ||||
|         EUSART1_Write(tx_buf[i]); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user