Let's try doing this chip select pin stuff a different way.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@42 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 17 years ago
parent 8ada5a1aa6
commit 0059c0212a

@ -19,7 +19,7 @@
// TODO: We should really specify the Chip Select pin based on
// the MCU rather than the platform.
#ifdef __ARDUINO__
#define CS_PIN PB2
#define CS_PIN (1 << PB2)
#endif
//---- Refer "Rom File Maker Manual Vx.x.pdf"

Loading…
Cancel
Save