java: Corrected mistake in RotaryEncoderSample comments

Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Stefan Andritoiu 2015-10-13 17:16:15 +03:00 committed by Abhishek Malik
parent 212c67fdd0
commit 2384fbb218

View File

@ -35,7 +35,7 @@ public class RotaryEncoderSample {
public static void main(String[] args) throws InterruptedException {
// ! [Interesting]
// Create the button object using UART
// Instantiate a Grove Rotary Encoder, using signal pins D2 and D3
upm_rotaryencoder.RotaryEncoder rotaryencoder = new upm_rotaryencoder.RotaryEncoder(2, 3);
while (true) {