From 4545564120a614f034384cc92e556d32a6aeca57 Mon Sep 17 00:00:00 2001 From: hg Date: Mon, 18 Jan 2016 22:03:37 +0100 Subject: [PATCH] pwm value changed --- src/time.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time.cpp b/src/time.cpp index b2d7f80..8756a4d 100644 --- a/src/time.cpp +++ b/src/time.cpp @@ -15,7 +15,7 @@ volatile uint16_t timestamp = 0; volatile uint32_t tickCnt = 0; const uint16_t TICK = 1024; -uint16_t pwmVal = 128; +uint16_t pwmVal = 512; volatile uint16_t onTime = 500; volatile uint16_t offTime = 200;