Update telem.c

pull/88/head
alanbjohnston 5 years ago committed by GitHub
parent da3a2becd4
commit e9e21a29a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,11 @@
#include <string.h>
#include <wiringPiI2C.h>
#include <wiringPi.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <share.h>
#define PLUS_X 0
#define PLUS_Y 1

Loading…
Cancel
Save

Powered by TurnKey Linux.