From: Alexis Laferrière Date: Wed, 26 Nov 2014 16:45:53 +0000 (-0500) Subject: lib/gpio: add missing doc X-Git-Tag: v0.6.11~8^2~6 X-Git-Url: http://nitlanguage.org lib/gpio: add missing doc Signed-off-by: Alexis Laferrière --- diff --git a/lib/gpio.nit b/lib/gpio.nit index 820f608..cea53cb 100644 --- a/lib/gpio.nit +++ b/lib/gpio.nit @@ -17,6 +17,8 @@ # GPIO related functionnalities module gpio +# A physical binary pin interface Pin + # Set the output of this pin fun write(high: Bool) is abstract end