summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f719c31..dda7ef0 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,9 @@ endif
ifneq ($(findstring sharp96,${drivers}), )
CXX_TARGETS += src/driver/sharp96.cc
+ sharp96_power_pin ?= p1_2
+ sharp96_en_pin ?= p6_2
+ sharp96_cs_pin ?= p1_3
sharp96_power_pin ?= p4_2
sharp96_en_pin ?= p4_3
sharp96_cs_pin ?= p2_4