Arduino Multi Function Shield

From DWIKI
Revision as of 19:12, 19 December 2015 by Tony (talk | contribs) (→‎Values from remote control)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Arduino Multi function shield

Links


Pins

Infrared: digital 2

LED display

  1. define LATCH_DIO 4
  2. define CLK_DIO 7
  3. define DATA_DIO 8

//analog (A0?)

  1. define Pot1 0

int led1 = 13; int led2 = 12; int led3 = 11; int led4 = 10;

  1. define BUTTON1 A1
  2. define BUTTON2 A2

make button1 digital input A1 make button2 digital input A2 make button3 digital input A3


Infrared remote control

Values from remote control

0 6897
1 30CF
2 18E7
3 7A85
4 10EF
5 10EF
6 5AA5
7 42BD
8 4AB5
9 52AD
CH- A25D
CH 629D
CH+ E21D
|<< 22DD
>>| 02FD
>|| C23D
- E01F
+ E01F
EQ 906F
100+ 9867
200+ B04F

LED display character map

See MFS library