From 685baf6bf5333263f04c1ba76f44f1db5d5dca17 Mon Sep 17 00:00:00 2001
From: Robert Harft <roberthart56@gmail.com>
Date: Wed, 25 Jan 2023 15:29:46 -0500
Subject: [PATCH] add h files

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index d1ec511..d22e500 100644
--- a/README.md
+++ b/README.md
@@ -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.
-- 
GitLab