Arduino Multi Function Shield: Difference between revisions

From DWIKI
mNo edit summary
 
Line 34: Line 34:
=Infrared remote control=
=Infrared remote control=
==Values from remote control==
==Values from remote control==
0 6897
0 6897
1 30CF
1 30CF
2 18E7
2 18E7
3 7A85
3 7A85
4 10EF
4 10EF
5 10EF
5 10EF
6 5AA5
6 5AA5
7 42BD
7 42BD
8 4AB5
8 4AB5
9 52AD
9 52AD
CH- A25D
CH- A25D
CH 629D
CH 629D
CH+ E21D
CH+ E21D
|<< 22DD
|<< 22DD
>>| 02FD
>>| 02FD
>|| C23D
>|| C23D
- E01F
- E01F
+ E01F
+ E01F
EQ 906F
EQ 906F
100+ 9867
100+ 9867
200+ B04F
200+ B04F
 
 


=LED display character map=
=LED display character map=


See MFS library
See MFS library

Latest revision as of 19:12, 19 December 2015

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