- In 2021, HX-Corps 5th Research Team
1. Data_in_out.c
- Code for extracting values such as latitude and longitude required for drone flight through GPS data received by the GY-GPS6MV2 sensor.
2. Scanf_Lab_1.c
- Code that allows you to enter a string in the GPS data format to verify that the code is working properly before receiving data from the GY-GPS6MV2 sensor.
3. Scanf_Lab_2.c
- Integrate independent GGA, GLL recognition functions of Scanf_Lab_1.c into one function.