Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FastPWM by
Diff: FastPWM.h
- Revision:
- 1:1aed61747ed6
- Parent:
- 0:f8c1b0ad5371
- Child:
- 3:3094d3806cfc
diff -r f8c1b0ad5371 -r 1aed61747ed6 FastPWM.h --- a/FastPWM.h Thu Jul 12 11:20:09 2012 +0000 +++ b/FastPWM.h Thu Jul 12 11:23:31 2012 +0000 @@ -1,3 +1,20 @@ +/* + .---. _....._ + / p `\ .-""`: :`"-. + |__ - | ,' . ' ', + ._> \ /: : ; :, + '-. '\`. . : ' \ + `. | .'._.' '._.' '._.'. | + `;-\. : : ' '/,__, + .-'`'._ ' . : _.'.__.' + ((((-'/ `";--..:..--;"` \ + .' / \ \ + jgs ((((-' ((((-' + +Yeah ASCII art turtle more fun than copyright stuff +*/ + + #include "mbed.h"
