Find:
Code: Select all
DS1307 rtc(20, 21);Replace with:
Code: Select all
DS1307 rtc(18, 19);Find:
Code: Select all
UTouch myTouch(6,5,4,3,2);Replace with:
Code: Select all
UTouch myTouch(7,6,5,4,3);Find:
Code: Select all
const byte ChipSelect_SD = 4; Replace with:
Code: Select all
const byte ChipSelect_SD = 5; More changes here.

