Denna sida fungerar bättre med Javascript igång.
Startsida
Hjälp
Logga in
heuzef
/
WiringPi
spegling av
https://github.com/WiringPi/WiringPi.git
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
9
Wiki
Aktiviteter
Bläddra i källkod
#282
compiler warnings
pull/283/head
mstroh76
2 månader sedan
förälder
f0c8991e3a
incheckning
d8487da522
2 ändrade filer
med
2 tillägg
och
2 borttagningar
Delad Vy
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
Visa fil
@@ -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
Visa fil
@@ -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 ;
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara