воскресенье, 11 сентября 2016 г.

Music on the Arduino

Arduino с TFT дисплеем и SD картой 2ГБ


Видео проигрывания


Еще картинка


Схема подключения


И код программы:
#include
#include
#include // Arduino LCD library

File file;
File root;
File entry;


// pin definition for the Uno
#define cs 10
#define dc 9
#define rst 8


// set up variables using the SD utility library functions:
Sd2Card card;
SdVolume volume;
//SdFile root;


const int chipSelect = 4;

TFT TFTscreen = TFT(cs, dc, rst);
//char sensorPrintout[13];