You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.- https://www.arduino.cc/en/Tutorial/SPIEEPROM is too low level...in fact, doesn't use SPI library but AVR registers. It could remains as it is but a note should be placed indicating this tutorial is only valid for AVR-based boards (and I don't know if for all of them).
@q2dg take a look at this. If they are ok for you I will make a PR agdl@29c9fb4
For what concern point 1 you are right. What can be the best way to place this note?
Maybe something like:
This example shows a low level implementation of an SPI communication on an Arduino UNO. More user friendly examples can be found here (link to the others).
1.- https://www.arduino.cc/en/Tutorial/SPIEEPROM is too low level...in fact, doesn't use SPI library but AVR registers. It could remains as it is but a note should be placed indicating this tutorial is only valid for AVR-based boards (and I don't know if for all of them).
2.-https://www.arduino.cc/en/Tutorial/BarometricPressureSensor talks about a retired product and moreover (but that's is a personal opinion) the code is too complicated. Anyway, the code should updated with new SPI API.
3.-https://www.arduino.cc/en/Tutorial/SPIDigitalPot 's code only needs to be updated with new SPI API
Finally, https://www.arduino.cc/en/Tutorial/SPITransaction seems fine, but, as it is said in #2654, something must be done with the management of repo docs in relation with web docs
The text was updated successfully, but these errors were encountered: