Search found 1 match

by sniperdigital
28 Mar 2011, 18:44
Forum: Mindstorms Projects
Topic: Problem with connet nxc with PC bluetooth
Replies: 1
Views: 3553

Problem with connet nxc with PC bluetooth

hey guys i'm new to nxt & NXC language i need help if you can first: i have color sensor for detect color and this is the code for detect color task main() { string sColor ; while (true){ ClearScreen(); SetSensorColorFull(IN_3); int sensor_value=Sensor(IN_3); switch (sensor_value ) { { case 1: s...