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 17 22:01:35 2017 +0000
Parent:
24:1f451660d8c0
Child:
34:8b826bfff900
Commit message:
Bug fixes.

Changed in this revision

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