Skip to content

Instantly share code, notes, and snippets.

@amcjen
Created August 17, 2014 20:51
Show Gist options
  • Save amcjen/d4caed48734898118e55 to your computer and use it in GitHub Desktop.
Save amcjen/d4caed48734898118e55 to your computer and use it in GitHub Desktop.
#elif defined(__AVR_ATmega256RFR2__)
inline static void initSS() { pinMode(SS, OUTPUT); };
inline static void setSS() { digitalWrite(SS, LOW); };
inline static void resetSS() { digitalWrite(SS, HIGH); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment