WeatherDuino Forum

Full Version: Meduino Mega 2560 Pro - Mini Pinout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Does anyone have the schematic or pinout of the Meduino board ?

Thanks
(23-12-2016, 14:33)laulau Wrote: [ -> ]Hi,
Does anyone have the schematic or pinout of the Meduino board ?

Thanks

[Image: Mega2560_Pro_Mini_pinout.jpg]

Regards, Zappie
Hi,
I need more informations; which pin can be used as interrupt ?
I need a free one to decode Oregon RF sensors.
Thanks
Smile

You can use GPIO1 or GPIO2 on the Pro2 PLUS board.

GPIO1 - PIN2 - INT4
GPIO2 - PIN3 - INT5

It seems that the GPIO port of the Pro2 PLUS can be used for some more "exotic" purposes, than  simple I/O.
Coders and developers always will find some "less explained" features, to exercise their skills. Smile Smile Smile
Hi,

After some testing i came to the conclusion that for GPIO1 it is int0 !

And it's confirmed on arduino web

[attachment=1018]
Yes, that's right!

GPIO1 - PIN2 - INT0
GPIO2 - PIN3 - INT1