This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SD.h> | |
File tweet_file; | |
int NUM_TWEETS = 800; | |
// Pin assignments for Arduino pins to control select lines. | |
// Note : Mux A takes lines coming from T/W into breadboard. | |
// Demux B takes line coming from Mux A and demuxes it. | |
// Demux C handles last two remaining lines not gotten by B. | |