MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / write

Method write

libraries/AP_HAL_Linux/GPIO.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void DigitalSource::write(uint8_t value)
26{
27 return hal.gpio->write(_v,value);
28}
29
30void DigitalSource::toggle()
31{

Callers 9

_write_fdMethod · 0.45
HeatPwmMethod · 0.45
_init_sensorMethod · 0.45
initMethod · 0.45
_cs_assertMethod · 0.45
_cs_releaseMethod · 0.45
_writeMethod · 0.45
_write_fdMethod · 0.45
test_gpio_outputFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_gpio_outputFunction · 0.36