OSDN Git Service

lejos_NXJ_win32_0_5_0beta.zip
[nxt-jsp/lejos_nxj.git] / nxtOSEK / lejos_nxj / src / java / classes / lejos / nxt / LegacySensorPort.java
index 5dd1f5b..b605518 100644 (file)
@@ -1,6 +1,12 @@
 package lejos.nxt;
 
-interface LegacySensorPort extends ADSensorPort {
+/**
+ * Abstraction for a port that supports legacy RCX sensors.
+ * 
+ * @author Lawrie Griffiths
+ *
+ */
+public interface LegacySensorPort extends ADSensorPort {
        
        public void activate();