Skip to content

Arduino Zero & Due lack SPI.transfer16() #3961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PaulStoffregen opened this issue Oct 12, 2015 · 1 comment
Closed

Arduino Zero & Due lack SPI.transfer16() #3961

PaulStoffregen opened this issue Oct 12, 2015 · 1 comment
Assignees
Labels
Architecture: SAM Applies only to the SAM microcontrollers (Due) feature request A request to make an enhancement (not a bug fix) Library: SPI The SPI Arduino library
Milestone

Comments

@PaulStoffregen
Copy link
Contributor

The transfer16() function was added to the SPI library quite some time ago. It's been documented on the website.

https://www.arduino.cc/en/Reference/SPITransfer

It works on AVR boards, but Arduino Zero & Due don't have transfer16() in their SPI libraries yet.

@cmaglie cmaglie self-assigned this Oct 20, 2015
@cmaglie cmaglie added feature request A request to make an enhancement (not a bug fix) Library: SPI The SPI Arduino library Architecture: SAM Applies only to the SAM microcontrollers (Due) labels Oct 20, 2015
@cmaglie
Copy link
Member

cmaglie commented Nov 4, 2015

Fixed with #4081 and arduino/ArduinoCore-samd#59

@cmaglie cmaglie closed this as completed Nov 4, 2015
@cmaglie cmaglie added this to the Release 1.6.7 milestone Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture: SAM Applies only to the SAM microcontrollers (Due) feature request A request to make an enhancement (not a bug fix) Library: SPI The SPI Arduino library
Projects
None yet
Development

No branches or pull requests

2 participants