... printf("Altitude: %lf m. Speed: %lf knots\n", gps.altitude, gps.speed); return 0; } You can build and execute the code as follows: .../chp08/uart/gps ...
確定! 回上一頁