ArduinoCore-samd/libraries/SPI
Henry Gabryjelski 439c6b51c9
Narrowly silence new (GCC 8.1+) warning (#290)
Fixes #287

The warnings look like:
```
      Line 338 Char 37
      warning: 'void* memcpy(void*, const void*, size_t)' 
               writing to an object of type 'struct DmacDescriptor'
               with no trivial copy-assignment [-Wclass-memaccess]
```
2021-04-30 11:42:15 -04:00
..
examples Cleanup and adding more needed files 2014-04-16 10:53:11 +02:00
keywords.txt Cleanup and adding more needed files 2014-04-16 10:53:11 +02:00
library.properties Add category on library.properties files 2015-10-31 17:20:08 +01:00
SPI.cpp Narrowly silence new (GCC 8.1+) warning (#290) 2021-04-30 11:42:15 -04:00
SPI.h Added a isBusy() method to SPI calls to allow non-blocking polling of the DMA transfer status. 2020-12-28 13:51:55 +01:00