Project

General

Profile

Statistics
| Revision:

root / trunk / src / java / org / lidar / Position.java @ 12

History | View | Annotate | Download (154 Bytes)

1 9 andrej.cim
package org.lidar;
2
3
/**
4
 * Motors position
5
 * @author Andrej Cimpersek
6
 */
7
public class Position {
8 11 andrej.cim
9 9 andrej.cim
    public int position0;
10
    public int position1;
11
}