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
add API call getPinModeAlt
pull/247/head
mstroh76
5 months ago
parent
4db79da55b
commit
7fa40ba6f8
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
wiringPi/wiringPi.c
+ 2
- 2
wiringPi/wiringPi.c
View File
@@ -1318,8 +1318,8 @@ int getAlt (int pin)
}
enum WPIPinA
LT
getPinModeAlt(int pin) {
return (enum WPIPinA
LT
) getAlt(pin);
enum WPIPinA
lt
getPinModeAlt(int pin) {
return (enum WPIPinA
lt
) getAlt(pin);
}
Write
Preview
Loading…
Cancel
Save