-
Notifications
You must be signed in to change notification settings - Fork 25
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
Read and Write at the same time #6
Comments
I actually found how to make it work. Let me know if you are interested by this modification. |
I Always consider patches that improve the utility of my libraries. |
@paulerolland I would be very interested in that modification, if you still have it. |
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. |
@eirikwor I will try to push my modification today. I thought I did it back then, it maybe did not work. |
Thanks! |
@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. |
Exactly, and I won't do any kind of update from another fork unless it is submitted. |
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
The text was updated successfully, but these errors were encountered: