Update telem.c

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

@ -15,6 +15,23 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <wiringPiI2C.h>
#include <wiringPi.h>
#include <wiringSerial.h>
#include <time.h>
#include <math.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <string.h>
#include <arpa/inet.h>
#include <errno.h>
#define PLUS_X 0
#define PLUS_Y 1
#define BAT 2

Loading…
Cancel
Save

Powered by TurnKey Linux.