From 5a060de3f13d00e80d51486fc4a7410186aa3bfd Mon Sep 17 00:00:00 2001 From: Miau Shiauwe Date: Mon, 30 Oct 2017 18:44:08 +0800 Subject: [PATCH] Remove texts for understanding to Wiki pages --- lib/GPIOlib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/GPIOlib.h b/lib/GPIOlib.h index 60052e2..eec7dce 100644 --- a/lib/GPIOlib.h +++ b/lib/GPIOlib.h @@ -15,6 +15,7 @@ namespace GPIO int resetCounter(); void getCounter(int *countLeft,int *countRight); + int turnTo(int angle); void delay(int milliseconds);