From 65853f82f4cc3f8a7d04f2bc2000ceb65781897d Mon Sep 17 00:00:00 2001 From: Robin Krens Date: Mon, 23 Jan 2023 20:53:28 +0100 Subject: [PATCH] readme: added reference to example folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3798fc..24e0bf7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ original chip, but as far as I can tell this are pin and silicon compatible. ## How to use You will need to glue ``int (*write_and_read)(unsigned char *data, size_t sz)`` and ``void (*chip_enable)(unsigned val)`` functions to your specific SPI -hardware +hardware. See examples folders on how to initialze and configure structs. ## Currently supported functionality - Receiver mode -- 2.7.4