maged
About
- Username
- maged
- Joined
- Visits
- 97
- Last Active
- Roles
- Member
Comments
-
If you want to use the data in C# application, why don't you proceed from this sample application that is implemented in C#.
-
@Eric I just want to let you know that I've been able to use pin monitoring, and there no issue in using it anymore. Thank You!
-
This is a Great News! Thanks.
-
I am sorry Eric, but it still does not responding to changes. I am using the latest firmware 1.2.1. I managed to get a similar functionality of pin monitoring using a timer and reading digital input as in the C++ API wiki, I am planning to go with t…
-
I am able to retrieve the data using "mbl_mw_gpio_read_digital_input", but the monitor function does not respond to any change, I am using the CppAPI_v0.3 directly, and I've tried a few settings (pin_change_type and pull_mode) before start monitorin…
-
Thanks for your response Eric, Now I able to send the GPIO commands to the board, but I am not able to read input from the pins. I've tried to use these function to read the input from the pin "mbl_mw_gpio_read_digital_input" and "mbl_mw_gpio_start_…
-
Well, I have no problems in connecting the button to the board, but I have problems in making the C# wrapper of the gpio class (in C++ 0.3 API). I've tried to make the wrapper manually and adding it to the existing C# wrappers, but I've lost it befo…