From 30922a4a6095ec413aadf79af62393f4133f203c Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 7 Apr 2022 13:40:21 +0800 Subject: [PATCH] Add NST1001 driver library (#1273) This is a simple driver which allows ESP32 can communicate with the NST1001 temperature sensor. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index d1269021..d6197c8b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4795,3 +4795,4 @@ https://github.com/chrmlinux/ArrayExt https://github.com/Pixelbo/Pelco_And_Arduino https://github.com/sitronlabs/SitronLabs_OPT3001_Arduino_Library https://github.com/luoluomeng/HUSB238Driver +https://github.com/luoluomeng/NST1001Driver