Pinscape fork (KL25Z)

Dependents:   Pinscape_Controller_V2_arnoz Pinscape_Controller_V2

Fork of FastPWM by Erik -

Files at this revision

API Documentation at this revision

Comitter:
mjr
Date:
Fri Mar 24 05:32:57 2017 +0000
Parent:
28:14000d42f8bb
Child:
35:25e9500598ae
Commit message:
Merge branches, remove instrumentation;

Changed in this revision

FastPWM_common.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/FastPWM_common.cpp	Fri Mar 17 22:01:35 2017 +0000
+++ b/FastPWM_common.cpp	Fri Mar 24 05:32:57 2017 +0000
@@ -6,7 +6,6 @@
     this->prescaler(prescaler);
     
     //Set duty cycle on 0%, period on 20ms
-    printf("FastPWM\r\n");
     period(0.02);
     write(0);