X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fbbb_pin.c;h=199706f6e7f5577e6af54b85ca4b2adc8ffa8c98;hb=3521cee9644bd955fd053c5b4ea173efd1e78fe8;hp=bd31365cdecb61aa17768554531d680bfb6b4f19;hpb=f4f4c762db8c7cb2934bb03ae85063e453d68169;p=matches%2FMCTX3420.git diff --git a/server/bbb_pin.c b/server/bbb_pin.c index bd31365..199706f 100644 --- a/server/bbb_pin.c +++ b/server/bbb_pin.c @@ -334,6 +334,7 @@ void ADC_Unexport(int pin) /** * Set a GPIO pin * @param pin - The pin to set. MUST have been exported before calling this function. + * @param value - The value to set the GPIO pin to. */ bool GPIO_Set(int pin, bool value) {