mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
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:
parent
212c67fdd0
commit
2384fbb218
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user