Add PWM control

This commit is contained in:
Jeremy Soller
2019-09-30 09:02:53 -06:00
parent 35a869bb49
commit 3fb1ecd84b
5 changed files with 55 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# Parameter for current board
#BOARD?=system76/galp3-c
BOARD?=system76/galp3-c
#BOARD?=arduino/mega2560
#BOARD?=arduino/micro
BOARD?=arduino/uno
#BOARD?=arduino/uno
# Set build directory
BUILD=build/$(BOARD)