Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
heuzef
/
WiringPi
kopie van
https://github.com/WiringPi/WiringPi.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
9
Wiki
Activiteit
Bladeren bron
#282
compiler warnings
pull/283/head
mstroh76
2 maanden geleden
bovenliggende
f0c8991e3a
commit
d8487da522
2 gewijzigde bestanden
met
toevoegingen van 2
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
examples/clock.c
+1
-1
examples/delayTest.c
+ 1
- 1
examples/clock.c
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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 ;
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan