Search found 2 matches

by antonycowan
22 Dec 2010, 03:31
Forum: Mindstorms Software
Topic: Noob: Can't read from sensor
Replies: 2
Views: 4749

Re: Noob: Can't read from sensor

Thanks for the reply Morton. I was following code from the HiTechnic site: http://www.hitechnic.com/cgi-bin/commerce.cgi?preadd=action&key=NGY1044 which reads: The output of the Gyro Sensor can read from NXC by reading the sensor as shown in the following example. NXC Example code #define GYRO_P...
by antonycowan
22 Dec 2010, 01:02
Forum: Mindstorms Software
Topic: Noob: Can't read from sensor
Replies: 2
Views: 4749

Noob: Can't read from sensor

Hi Folks, Please forgive the noob-ness of this question. I drive linux and have just managed to install the NXC firmware (128) and use nexttool to /COM=usb -download=showgyro.rxe ... the source for which is: task main() { unsigned int gyro = 5555; repeat(100) { gyro = SensorRaw(S1); NumOut(0, 0, gyr...