This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
#244
add API call getPinModeAlt
pull/247/head
mstroh76
5 months ago
parent
7fa40ba6f8
commit
c055adc469
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wiringPi/test/wiringpi_test5_default.c
+ 1
- 1
wiringPi/test/wiringpi_test5_default.c
View File
@@ -14,7 +14,7 @@ int RaspberryPiModel = -1;
void SetAndCheckMode(int pin, int mode) {
enum WPIPinA
LT
AltGpio = WPI_ALT_UNKNOWN;
enum WPIPinA
lt
AltGpio = WPI_ALT_UNKNOWN;
switch(mode) {
case INPUT:
Write
Preview
Loading…
Cancel
Save