From: Robin Krens Date: Mon, 23 Jan 2023 19:53:28 +0000 (+0100) Subject: readme: added reference to example folder X-Git-Url: https://robinkrens.nl/gitweb/?p=libsi24;a=commitdiff_plain;h=65853f82f4cc3f8a7d04f2bc2000ceb65781897d readme: added reference to example folder --- 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