Arduino Pinouts

Moderator: Benj

Post Reply
dfloyd
Posts: 1
Joined: Tue Jun 25, 2013 5:45 pm
Contact:

Arduino Pinouts

Post by dfloyd »

Hi

I think I am being a little thick, I like to look of Flowcode, and wish to use it with some Arduino's, but I don't know which Arduino pin with what in Flowcode ?

Is there any documentation I can read about this?


Dave

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times
Contact:

Re: Arduino Pinouts

Post by JohnCrow »

Hi Dave

Ive made a basic spreadsheet for the Arduino Uno and Mega2560 to show these.
These also link to the Matrix E-Block adaptor

The information is all on the Arduino datasheets and the Arduino website

http://www.matrixmultimedia.com/mmforum ... 26&t=12306
I have also posted some basic test programs on here as well.
1 in 10 people understand binary, the other one doesn't !

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times
Contact:

Re: Arduino Pinouts

Post by dazz »

Hi dfloyd

The pinouts for flowcode avr include the arduino ones see attached image, flowcode uses the avr names but the arduino ones are also included along with the pwms etc
so if you look at the image pin 1 on the chip is labeled as follows (play with the free version

Pin1="DIGITAL PIN 4 PWM(2) PG5"
we can break it down as follows
Avr pin arduino names flowcode names
Pin1 ="DIGITAL PIN 4 PWM (2) PG5"

so arduino D4 PWM in flowcode means Port PG5 PWM(2) Pwm channel 2

REgards
Dazz
Untitled.jpg
(116.26 KiB) Downloaded 893 times
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

Post Reply