C is a general-purpose computer programming language used for operating systems, games and other high performance work. It was developed in 1972 by Dennis Ritchie for use with the Unix operating system.

learn more… | top users | synonyms

1
vote
2answers
116 views

Control robot over WiFi

I am working on a small robot that is driven using a joystick. As of now the joystick is connected to the Pi via USB and is driving the servos as intended. What I would like to do is get rid of the ...
1
vote
0answers
153 views

va_arg with double returns wrong value

In the tests for blocks runtime implementation, I'm having a test fail because a block that takes a variable number of arguments is not getting the right value for a double that is passed in. The ...
0
votes
0answers
117 views

Using the wiringPi I2C Library

I am trying to figure out how this library works (https://projects.drogon.net/raspberry-pi/wiringpi/i2c-library/) . Firstly, what is int fd that all the functions require. It is never stated. I can't ...
0
votes
0answers
66 views

Share screen from my laptop to raspberry pi

Can i get the screen buffers(screen share kind of software) from my laptop and send it to raspberry pi via as video packets over network which displays it. ( I have read bits on SIP , and i don't want ...