Home→Forums→MonoBrick EV3 Firmware→TouchSensor event→Reply To: TouchSensor event
March 8, 2016 at 21:29
#5587
Kees Smit
Participant
Ouch, stupid me…
The solution was simple. I made the mistake to create a MonoBrickFirmware.Sound.Speaker object in the method that is called whenever the event occurs (method StateChanged in TouchSensorEvents.cs). It takes some time to create this object for the first time, that’s why the events didn’t seem to come through at first press on TouchSensor. Instead of playing a sound I now write a line to the LCD and now everything works fine.
I hope my explanation is clear enough to understand it. As said before, I’m a newbe to C#…
Furthermore I simplyfied the code, see attachment.
Regards,
Kees
- This reply was modified 8 years, 10 months ago by Kees Smit.
Follow