xxxajk / spi4teensy3

Faster SPI library optimized for the teensy 3.0 from pjrc.com
GNU General Public License v3.0
90 stars 25 forks source link

Read and Write at the same time #6

Open paulerolland opened 9 years ago

paulerolland commented 9 years ago

Hi Andrew,

First of all, thank you so much for this library that works great! I am having an issue because I would like to read and write the SPI bus on the same clock. I tried to add a function to your code but it seems that I don't quite understand it as much as I need to. Do you know how I could implement it?

Thanks for your help.

Paul

paulerolland commented 9 years ago

I actually found how to make it work. Let me know if you are interested by this modification.

xxxajk commented 9 years ago

I Always consider patches that improve the utility of my libraries.

eirikwor commented 8 years ago

@paulerolland I would be very interested in that modification, if you still have it.

xxxajk commented 8 years ago

I've not seen any activity in a couple years, no idea what his problem was in getting that to go, but it should be very simple to tweak.

paulerolland commented 7 years ago

@eirikwor I will try to push my modification today. I thought I did it back then, it maybe did not work.

eirikwor commented 7 years ago

Thanks!

cinderblock commented 7 years ago

@paulerolland Did you end up getting this merged into this repo? I see the branch you pushed to your fork but I don't see that commit in this repository.

https://github.com/paulerolland/spi4teensy3/commit/4c1000c4f5cad593d04eb5aff7efe11ef2d948ad

xxxajk commented 7 years ago

Exactly, and I won't do any kind of update from another fork unless it is submitted.