使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
heuzef
/
WiringPi
镜像自地址
https://github.com/WiringPi/WiringPi.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
9
百科
动态
浏览代码
Minor change to the scroll phat test program, and bumped the version.
pull/62/head
Gordon Henderson
8 年前
父节点
143b383b8d
当前提交
2dbecfca0a
共有
4 个文件被更改
,包括
4 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
VERSION
+1
-1
debian-template/wiringPi/DEBIAN/control
+1
-1
examples/scrollPhat/test.c
+1
-1
gpio/version.h
+ 1
- 1
VERSION
查看文件
@@ -1 +1 @@
2.3
1
2.3
2
+ 1
- 1
debian-template/wiringPi/DEBIAN/control
查看文件
@@ -1,5 +1,5 @@
Package: wiringpi
Version: 2.3
1
Version: 2.3
2
Section: libraries
Priority: optional
Architecture: armhf
+ 1
- 1
examples/scrollPhat/test.c
查看文件
@@ -107,7 +107,7 @@ int main (void)
printf (" Message Test...Press Ctrl-C to exit: ") ;
fflush (stdout) ;
scrollPhatPrintSpeed (
20
) ;
scrollPhatPrintSpeed (
75
) ;
for (;;)
scrollPhatPuts (" Welcome to the scroll phat from Pimoroni ") ;
+ 1
- 1
gpio/version.h
查看文件
@@ -1 +1 @@
#define VERSION "2.3
1
"
#define VERSION "2.3
2
"
撰写
预览
正在加载...
取消
保存