From 1bf0eb2b3b0c06642b5bccaf0166e045e62f5c33 Mon Sep 17 00:00:00 2001 From: leeooox Date: Fri, 18 Mar 2022 23:22:07 +0800 Subject: [PATCH] Added package ftd2xx (#2177) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 97e0e8c..0ef6455 100644 --- a/packages.json +++ b/packages.json @@ -25527,5 +25527,19 @@ "description": "Calculate gematria values for Alphanumeric Qabbala", "license": "Unlicense", "web": "https://github.com/VitorGoatman/aqcalc" + }, + { + "name": "ftd2xx", + "url": "https://github.com/leeooox/ftd2xx", + "method": "git", + "tags": [ + "ftdi", + "usb", + "wrapper", + "hardware" + ], + "description": "Nim wrapper for FTDI ftd2xx library", + "license": "MIT", + "web": "https://github.com/leeooox/ftd2xx" } ]