Forum Software Ferduino code Ferduino and Ferduino Mega 2560

Ferduino and Ferduino Mega 2560


Post Number:#1 Post Thu Aug 28, 2014 9:47 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Some changes to load Ferduino on Ferduino Mega 2560.

Find:

DS1307 rtc(20, 21);


Replace with:

DS1307 rtc(18, 19);


Find:

UTouch myTouch(6,5,4,3,2);


Replace with:

UTouch myTouch(7,6,5,4,3);


Find:

const byte ChipSelect_SD = 4;


Replace with:

const byte ChipSelect_SD = 5;


More changes here.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.



Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron