Arduino Forum
>
Using Arduino
>
Storage
>
New core for SdFat beta and sanguino (644 1284)
Print
Go Down
Pages:
[1]
Topic: New core for SdFat beta and sanguino (644 1284)
(Read 2066 times)
previous topic
-
next topic
pito
Edison Member
Posts: 2,284
Karma: 130
[add]
Pukao hats cleaning services
New core for SdFat beta and sanguino (644 1284)
May 05, 2011, 09:30 pm
Hi, as the newest sdfat does not compile with the older sanguino core, is there any newer sanguino (644 1284p) core available working with SdFatBeta20110414 ?? Thanks, P.
pito
Edison Member
Posts: 2,284
Karma: 130
[add]
Pukao hats cleaning services
Re: New core for SdFat beta and sanguino (644 1284)
#1
May 05, 2011, 11:36 pm
It seems this works with latest sdfat:
http://www.avr-developers.com/corefiles/
Just add the " || defined(__AVR_ATmega1284P__) " in the "pins_arduino.c" :
....
#elif defined(__AVR_ATmega644__) || defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284P__)
//* pin defs for duino644 and sanquino board
#include "pins_duino644.cxx"
....
P.
skyjumper
God Member
Posts: 923
Karma: 10
[add]
Re: New core for SdFat beta and sanguino (644 1284)
#2
May 06, 2011, 04:12 am
Yup, that core works great!
Print
Go Up
Pages:
[1]
Loading...