#gps #altitude #read #uart #position #module #aron-is

阿龙IS_GPS_Crate

一个读取GPS模块当前高度和位置的GPS库

1个不稳定版本

0.1.5 2020年9月30日
0.1.4 2020年9月30日

#44 in #uart

Download history 3/week @ 2024-03-08 1/week @ 2024-03-15 5/week @ 2024-03-29

每月下载 57

MIT 许可证

7KB
85

rust_template

这是一个RU机械1课程的模板仓库


lib.rs:

示例

use AronIS_GPS_Crate::GPS;

use rpi_embedded::uart::{Uart,Parity};
fn main(){
let mut gps = gps::GPS::new();

loop{
gps.decoder();
}
}

重要信息

The output from the GPS is printed to the terminal and can additionally be read by reding the values from the struct
fx. in the example: pgs.altitude;

依赖

~375KB