Arduino Uno to Mini Pro

Thread Starter

Blangdk

Joined Aug 21, 2014
16
Hi All you clever people.
I have a program written to me for the Arduino Uno some time ago. I now want to use this program on the Mini Pro as all the functions used are all available on the mini.
I am not sure if I should be able to just upload the same code into the Mini or if I need to make any changes to it i.e. Added libraries or other identification setups.
Hope someone can assist.

I have attached the code if that helps.

Thanks.
 

Attachments

djsfantasi

Joined Apr 11, 2010
9,156
Are you using the Arduino IDE? You should be able to select "Arduino Pro or Pro Mini" from the Board drop down list under Tools... Then compile your sketch and see if it compiles. I'm not familiar with the Pro X Mini, so can't offer additional advice, but I developed for the Uno/Mega in this manner.
 
Top