From 9ab2e180d0ceb135a1a5875d729abfe6fd6f975b Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Tue, 10 Feb 2026 12:54:40 +0100 Subject: [PATCH] added sync flag info to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b35660..dcad15f 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ Based on the [arduino driver](https://github.com/adafruit/Adafruit_MMC56x3). # Usage See [examples](./example). Also make sure to check the [datasheet](https://cdn-learn.adafruit.com/assets/assets/000/113/957/original/MMC5603NJ_RevB_7-12-18.pdf). +If you want to use the synchronous version then enable the sync feature flag.