Skip to content

This is another Arduino SPI library separated from SdFat library, it uses SPI registers and DMA (Arduino Due only) to accelerate SPI communication

License

Notifications You must be signed in to change notification settings

anydream/TurboSPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TurboSPI

This is another Arduino SPI library separated from SdFat library, it uses SPI registers and DMA (Arduino Due only) to accelerate SPI communication.

Thanks to Bill Greiman

Install

I have test this library on Arduino Uno/Mega2560/Due, maybe support other AVR/SAM3X MCUs. You can search keywords like "Arduino Mega2560 pinout" to find pinout mapping with your board like this:

Arduino Uno SPI pinout: alt tag

Arduino Mega2560 SPI pinout: alt tag

Arduino Due SPI pinout: alt tag

About

This is another Arduino SPI library separated from SdFat library, it uses SPI registers and DMA (Arduino Due only) to accelerate SPI communication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages