1个不稳定版本
0.1.5 | 2020年9月30日 |
---|---|
0.1.4 |
|
#44 in #uart
每月下载 57 次
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