From 12e6ef511fd346a33843c45aa98366189cfd1cce Mon Sep 17 00:00:00 2001 From: bicarus <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 6 May 2026 23:57:20 -0700 Subject: [PATCH] Updated Spice API (markdown) --- Spice-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spice-API.md b/Spice-API.md index c1d7b89..978caaf 100644 --- a/Spice-API.md +++ b/Spice-API.md @@ -4,6 +4,6 @@ Arduino, C++, Dart, and Python wrapper implementations are provided. Sample clie Additionally, API is also available over serial (`API Serial Port (-apiserial)` option) and over [WebSocket](https://github.com/spice2x/spice2x.github.io/tree/main/src/spice2x/api/resources/dart/spiceapi-websocket). - +If you want to write native code in a DLL, check out [Spice SDK](https://github.com/spice2x/spice2x.github.io/wiki/Spice-SDK) instead.