AymanSaleh23 / VehiclesTransparent

Graduation Project 2022-2023 supported by Valeo co. mentorship program
4 stars 1 forks source link

UART #35

Open AymanSaleh23 opened 1 year ago

AymanSaleh23 commented 1 year ago

Test UART with AVR: data format to be exchanged: PC->AVR (Angles): left_angle_float,center_angle_float,right_angle_float ex: 13.532,82.22,143.91

AVR->PC AVR will return data like (distances): left_distance_float,center_distance_float,right_distance_float ex: 3.532,8.22,1.91