arduino uno to mega 2560

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
natehome
 
Posts: 4
Joined: Wed Jan 26, 2011 11:03 pm

arduino uno to mega 2560

Post by natehome »

I'm trying to follow this tutorial(http://www.instructables.com/id/Arduino ... one/#step1) using my arduino mega 2560 but the irled is not turning on. I put a red led in place of the ir led but it still isnt blinking. Should i be using different digital outputs since im using the mega?

thanks

User avatar
adafruit_support_bill
 
Posts: 88097
Joined: Sat Feb 07, 2009 10:11 am

Re: arduino uno to mega 2560

Post by adafruit_support_bill »

If the code is using standard digitalWrite() commands, pins 2 and 3 should be the same as on an Arduino. If it is doing some port-level I/O, there may be differences. Unfortunately the code link on that instructable is dead. can you post the code you are using?

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”