Page 1 of 1

Arduino Pinouts

Posted: Tue Jun 25, 2013 5:49 pm
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

Re: Arduino Pinouts

Posted: Tue Jun 25, 2013 6:19 pm
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.

Re: Arduino Pinouts

Posted: Tue Jun 25, 2013 6:53 pm
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