Skip to content

Conversation

@kozga
Copy link
Contributor

@kozga kozga commented Sep 29, 2016

Fix for #115

@pdp7 pdp7 merged commit 1b04cdf into adafruit:master Oct 15, 2016
@pdp7
Copy link
Collaborator

pdp7 commented Oct 15, 2016

@kozga FYI - test after new build from master:

root@beaglebone:~# cat xfer2test.py 
from Adafruit_BBIO.SPI import SPI        

spi = SPI(1, 0)                          
spi.mode = 0                             
spi.msh = 500000                         

msg = spi.xfer2([0xd7, 0x00])            
print ' '.join('0x%02x' % b for b in msg)

root@beaglebone:~# python xfer2test.py
0x00 0x00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants