Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Leapo/Rock64-R64.GPIO
/ functions
Functions
23 in github.com/Leapo/Rock64-R64.GPIO
⨍
Functions
23
◇
Types & classes
1
↓ 8 callers
Function
get_gpio_number
(channel)
R64/_GPIO.py:52
↓ 6 callers
Method
ChangeDutyCycle
(self, dutycycle)
R64/_GPIO.py:407
↓ 5 callers
Method
start
(self, dutycycle, pwm_precision=HIGH)
R64/_GPIO.py:345
↓ 5 callers
Method
stop
(self)
R64/_GPIO.py:356
↓ 4 callers
Function
validate_direction
(channel, validation_type='both')
R64/_GPIO.py:97
↓ 3 callers
Method
ChangeFrequency
(self, frequency)
R64/_GPIO.py:401
↓ 2 callers
Method
pwm_busywait
(wait_time)
R64/_GPIO.py:362
↓ 1 callers
Method
pwm_calc
(self)
R64/_GPIO.py:367
Method
__init__
(self, channel, frequency)
R64/_GPIO.py:329
Function
add_event_callback
(gpio, callback)
R64/_GPIO.py:281
Function
add_event_detect
(gpio, edge, callback='none', bouncetime='none')
R64/_GPIO.py:276
Function
cleanup
(channel='none')
R64/_GPIO.py:287
Function
event_detected
(channel)
R64/_GPIO.py:273
Function
getmode
()
R64/_GPIO.py:46
Function
gpio_function
(channel)
R64/_GPIO.py:71
Function
input
(channel)
R64/_GPIO.py:204
Function
output
(channel, value)
R64/_GPIO.py:179
Method
pwm_process
(channel, sleep_high, sleep_low, precision=HIGH)
R64/_GPIO.py:372
Function
remove_event_detect
(gpio)
R64/_GPIO.py:284
Function
setmode
(mode)
R64/_GPIO.py:39
Function
setup
(channel, direction, pull_up_down=PUD_DOWN, initial=LOW)
R64/_GPIO.py:126
Function
setwarnings
(state=True)
R64/_GPIO.py:90
Function
wait_for_edge
(channel, edge, bouncetime='none', timeout='none')
R64/_GPIO.py:220