/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 src/utility/Bounce.cpp

  • Committer: edam
  • Date: 2011-12-22 01:25:51 UTC
  • Revision ID: edam@waxworlds.org-20111222012551-qx78ely759jvuoiv
update for arduino-1.0 release

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 "WProgram.h"
 
4
#include <Arduino.h>
5
5
#include "Bounce.h"
6
6
 
7
7