Fixed delayMicroseconds for more than 1 second.

Added new code for max31855
This commit is contained in:
Gordon Henderson
2013-06-27 21:51:55 +01:00
parent 348bc739d1
commit 27698766b2
5 changed files with 62 additions and 108 deletions

View File

@@ -35,7 +35,7 @@ LIBS = -lwiringPi -lwiringPiDev -lpthread -lm
# May not need to alter anything below this line
###############################################################################
SRC = gpio.c extensions.c
SRC = gpio.c extensions.c readall.c
OBJ = $(SRC:.c=.o)