/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 test/fan-test/fan-test.ino

  • Committer: edam
  • Date: 2012-02-23 20:18:22 UTC
  • Revision ID: edam@waxworlds.org-20120223201822-dno5n4fwvd35izq9
changed 12-tick to a double tick, added CLOCK_SHIFT to align face and fixed hour-hand

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// fan_test.pde
 
2
//
 
3
// This is a test program to see if we can read the RPM speed of a PC fan.
 
4
// To set up, the fan should have an independent 12V poer supply, and the
 
5
// fan's SENSE techiometer pin should be connnected to the Arduino's pin 2.
 
6
// The RPM is sent back via serial (over USB).
 
7
 
1
8
void setup()
2
9
{
3
10
  // set up interupt 0 (which is pin 2) and turn on the pull-up resistor as we