Skip to content

Commit d322a7f

Browse files
author
Owen
authored
Merge pull request #154 from sparkfun/patch-spi-fullduplex
patch full duplex SPI transfers...
2 parents 72b62bb + 477952f commit d322a7f

File tree

4 files changed

+454
-20
lines changed

4 files changed

+454
-20
lines changed

cores/arduino/ard_sup/ap3_iomaster_types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ typedef enum{
3535
AP3_IOM_PAD_TYPES_NUM,
3636
}ap3_iom_pad_type_e;
3737

38+
#define AM_HAL_IOM_FULLDUPLEX (3) // providing this symbol to recover SPI FULLDUPLEX capabilities within SDK 2.4.2
39+
3840
#endif // _AP3_IOM_TYPES_H_

0 commit comments

Comments
 (0)