Arduino Multi Function Shield: Difference between revisions

From DWIKI
Line 32: Line 32:


=LED display character map=
=LED display character map=
See MFS library

Revision as of 20:08, 12 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

LED display character map

See MFS library