value off pin
draco
Posts: 4
import stamp.core.*;
public class PulseClass1 {
static int n;
public static void main() {
while (true) {
System.out.println(CPU.readPin(CPU.pin5)); //need value not bolean
}
}
}
need value 0-255 and i dont remember the syntax
public class PulseClass1 {
static int n;
public static void main() {
while (true) {
System.out.println(CPU.readPin(CPU.pin5)); //need value not bolean
}
}
}
need value 0-255 and i dont remember the syntax