Browse Source

Adding note about pin changes between board revisions

pull/6/head
Nelson Neves 12 years ago
parent
commit
539ae53365
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      examples/wfi.c

+ 2
- 0
examples/wfi.c View File

@@ -35,7 +35,9 @@
// What BCM_GPIO input are we using?
// GPIO 0 is one of the I2C pins with an on-board pull-up

// Please note that on PCB REV2.0 GPIO0 is now GPIO2
#define BUTTON_PIN 0
//#define BUTTON_PIN 2

// Debounce time in mS



Loading…
Cancel
Save