Problems with the Gyrosensor

HomeForumsMonoBrick Communication LibraryProblems with the Gyrosensor

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4848
    Author Image
    David
    Participant

    Hey guys,

    Im trying to use the gyrosensor at the EV3.
    When Im trying the code from the example:

    ev3.Sensor4 = new GyroSensor(GyroMode.Angle);

    An error msg says: This class doesn’t exists.
    I looked in the Library, and there is no GyroSensor class.

    So, what can I do to use the gyrosensor?

    thanks
    David

    #4849
    Author Image
    Anders Søborg
    Keymaster

    Hi David

    Use the test project. The trouble is that in the DLL the class is internal (default for C#) and not public. I will update this when I get the time for creating a new library DLL.

    /Anders

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Posted in

Make a donation