This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
WiringPi
огледало од
https://github.com/WiringPi/WiringPi.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
9
Вики
Activity
Преглед изворни кода
#282
compiler warnings
pull/283/head
mstroh76
пре 2 месеци
родитељ
f0c8991e3a
комит
d8487da522
2 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 ;
Write
Preview
Loading…
Откажи
Сачувај