/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to propeller-clock/utility/Bounce.cpp

  • Committer: Dan
  • Date: 2011-12-01 00:59:35 UTC
  • Revision ID: dan@waxworlds.org-20111201005935-baxqmd35xy677sqg
Added PCB diagram

Show diffs side-by-side

added added

removed removed

1
1
 
2
2
// Please read Bounce.h for information about the liscence and authors
3
3
 
4
 
#include <Arduino.h>
 
4
#include "WProgram.h"
5
5
#include "Bounce.h"
6
6
 
7
7