-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Document SPI transactions and SPISettings #2654
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
Comments
If it would help, you're welcome to use anything from my page's documentation. |
Hello David, Monday, February 16, 2015, 11:05:03 PM, you wrote:
I would be happy to add documentation for those but I don't see SPI in Chris@M6700 /cygdrive/d/Arduino/reference-en-master
Best regards, |
@Nantonos we haven't write them yet. But if you wanna make these docs you are very welcome! |
The reference-en repository does not seem to correspond to the actual reference web pages. It only has a small fraction of the content that's on the web. It's also clearly not the same. For example, this page on the website documents addition, substraction, multiplication and division: http://arduino.cc/en/Reference/Arithmetic In the reference-en repository, those are 4 separate pages: https://github.com/arduino/reference-en/blob/master/Language/Structure/Arithmetic%20Operators/addition.adoc It's pretty clearly not the content for the website which most user read to learn the Arduino API. Is there another place to access and contribute directly to the context that is actually published on the website? |
@PaulStoffregen we are still working on that repo. The repo will completely substitute the system used now. So if you want to include documentation you are very welcome to make a PR in that repo! When all the system will be completed everything on the repository will be pushed online in the arduino.cc site |
Can we update the actual web site sooner, rather than later when a new but sparsely populated repo eventually replaces the current system? |
I would like to point out how much damage the lack of SPI transactions has done to Arduino's reputation over the last 2 years. Common wisdom has grown on forums, online communities, in hackerspaces and elsewhere, that Arduino is a toy system incapable of handling more than one or two real devices, that more complex projects should be done with a Linux-based system like Raspberry Pi. Arduino has lost massive market share to Raspberry Pi. Despite the complexity of Linux, many people believe it's a necessary burden when dealing with multiple devices. Arduino has earned a terrible reputation, and most of Arduino's design failure for hobbyists building more complex projects is due to SPI libraries like Ethernet and SD crashing when used together with SPI-based radio modules like RFM69 and CC3000. I wrote the SPI transaction stuff almost 1 year ago. Only now is it finally published in a non-beta release. That's a terrible lag for something so important. Now you're saying documentation on this feature, which can finally allow combinations of SPI-based libraries to work together, should be pushed to a new system that's not ready to be used yet. I'm very frustrated by what seems to be a complete lack of urgency on Arduino's part. Don't you care about Arduino as a platform? Do you have any idea how many forum threads and online conversations have already concluded with the understanding that Arduino as a platform is simply not up to the task of using multiple modern SPI devices? |
Well...is this documentation ready yet? |
I'm still working on them. I have to link the example and the new methods in the old ones. But they are already online. Keep in touch. Thank you Paul. http://arduino.cc/en/Reference/SPISettings |
Please give a check and let me know what to improve if needed. In this way we can finally close this issue |
It might be worth explaining the effect of usingInterrupt() in a bit more Also, I would give the units for speed on the SPISettings page. Finally, it might be good to include an example showing the use of those On Fri, Apr 10, 2015 at 8:52 AM, Arturo Guadalupi notifications@github.com
|
@damellis the example is here except for the usinf of UseInterrupt |
I'm closing this. Let me know if something else must be updated |
Just checking that I understand here. The documentation is not in a repo, so no-one can help improve it. The online documentation has been updated, in the most terse manner possible, and ignoring (most of the) feedback given in this issue. The only example is in a tutorial, which is also not in a repo, and is not linked from the documentation. Thus, issue closed. Astonishing. |
These were added recently but I didn't see any documentation for them.
The text was updated successfully, but these errors were encountered: