Trouble with i2c/C interop with V #13799
wbehrens-on-gh
started this conversation in
General
Replies: 2 comments
-
|
This seems like https://github.com/vlang/v/issues would be a better fit. Also you might find faster interaction via Discord (https://discord.gg/vlang) #embedded. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Let V generate the C source code and read the source code to find out if it does exactly what you'd write in C. You also might have a look at the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
here's my code:
I'm trying to write a basic i2c library using mostly V but I'm struggling as the
C.ioctl()function keeps failing.I was wondering if anyone could help point me in the right direction because I've been stumped by this for the past 3 days(I also tried it on an rpi 0 to the same result)
Beta Was this translation helpful? Give feedback.
All reactions