Put back the original comments in Makefile and example main.c

This commit is contained in:
Berenguer Montserrat 2019-08-17 10:04:42 +02:00
commit abadff5423
2 changed files with 3 additions and 3 deletions

View file

@ -25,8 +25,8 @@ DEBUG = -D DEBUG
# RASPBERRY PI LIBRARIES
#USELIB_RPI = USE_DEV_LIB
USELIB_RPI = USE_BCM2835_LIB
USELIB_RPI = USE_DEV_LIB
#USELIB_RPI = USE_BCM2835_LIB
#USELIB_RPI = USE_WIRINGPI_LIB
LIB_RPI = -lm

View file

@ -17,7 +17,7 @@ int main(void)
signal(SIGINT, Handler);
printf("Uncomment the test you want to run in examples/main.c\n");
EPD_1in54_test();
// EPD_1in54_test();
// EPD_1in54_V2_test();
// EPD_1in54b_test();
// EPD_1in54c_test();