Skip to content

Commit

Permalink
Use wiringPi instead of i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
phl0 committed Mar 2, 2018
1 parent 7e247b0 commit 622a5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.Pi.OLED
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CC = gcc
CXX = g++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DOLED -I/usr/local/include
LIBS = -lArduiPi_OLED -li2c -lpthread
LIBS = -lArduiPi_OLED -lwiringPi -lpthread
LDFLAGS = -g -L/usr/local/lib

OBJECTS = \
Expand Down

0 comments on commit 622a5e2

Please sign in to comment.