Skip to content
Snippets Groups Projects
Commit 685baf6b authored by Rob Hart's avatar Rob Hart
Browse files

add h files

parent 3eae6144
Branches main
No related tags found
No related merge requests found
......@@ -41,6 +41,12 @@ pulses cease and CS is deasserted."
[For diagram of the sequential reading of registers to get the six bytes needed for x,y, and z:](https://www.analog.com/media/en/technical-documentation/application-notes/AN-1077.pdf)
### ADXL343 Software SPI
Software SPI implemented to allow more direct routing of traces.
[Code is here](./code/Soft_SPI_axdl343_RGB.Jan25.py). Eagle Project [files are in CAD directory.](./cad)
## 23K256 memory chip as an example of SPI
The 23K256 is a 32KByte memory device with a limited set of commands and registers. Good exercise for doing SPI at a low-ish level, using the MicroPython machine functions and referring to eh chip's datasheet.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment