emfcamp / Mk2-Firmware

Firmware that runs on the TiLDA v2 Badge
18 stars 36 forks source link

Feature/spi dma #78

Closed marksteward closed 10 years ago

marksteward commented 10 years ago

Add SPI DMA class and test sketches. Should be suitable for FlashTask.

dpslwk commented 10 years ago

This should mean we can remove the digitalWrite(LCD_CS, {LOW|HIGH}); hacks from the LCD driver