From: thomas6g <30746275+thomas6g@users.noreply.github.com> Date: Sun, 28 Feb 2021 16:15:47 +0000 (+0000) Subject: Issue 423: FT232H Pin returns NotImplementedError X-Git-Tag: 6.3.1~1^2~2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/79a1a7c38a3a62604c568e899a540a8312919726?hp=79a1a7c38a3a62604c568e899a540a8312919726 Issue 423: FT232H Pin returns NotImplementedError Class Pin of FT232H returns NotImplementedError if pull is not None, now. Constants PULL_NONE, PULL_UP and PULL_DOWN are defined, now. ---