使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
heuzef
/
WiringPi
镜像自地址
https://github.com/WiringPi/WiringPi.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
9
百科
动态
浏览代码
#282
compiler warnings
pull/283/head
mstroh76
2 个月前
父节点
f0c8991e3a
当前提交
d8487da522
共有
2 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
examples/clock.c
+1
-1
examples/delayTest.c
+ 1
- 1
examples/clock.c
查看文件
@@ -65,7 +65,7 @@ void drawClockHands (void)
struct tm *now ;
double angle, p, x0, y0, x1, y1 ;
int h24, h, m, s ;
char text [
2
0] ;
char text [
4
0] ;
time (&t) ;
now = localtime (&t) ;
+ 1
- 1
examples/delayTest.c
查看文件
@@ -37,7 +37,7 @@ int main()
int t ;
int max, min ;
int del ;
int underRuns, overRuns, exactRuns,
bogusRuns,
total ;
int underRuns, overRuns, exactRuns, total ;
int descheds ;
撰写
预览
正在加载...
取消
保存