DmaSpi
DmaSpi copied to clipboard
add splitChipSelect class to have select and deselect operations for one chip in two different transfers
Large transfers (>32767 bytes) must be split into two or more transfers, but the deselecting the chip between those might break the chip's logic. Add an example class that can handle this. #16