sensors module now in early working stage

This commit is contained in:
d3m1g0d
2019-01-23 20:59:51 +01:00
parent 56ce1e9a32
commit 9c8418a03d
123 changed files with 9170 additions and 5954 deletions
@@ -0,0 +1,10 @@
#! python
#
# This is a thin wrapper to load the rfc2271 implementation.
#
# This file is part of pySerial. https://github.com/pyserial/pyserial
# (C) 2011 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause
from serial.rfc2217 import Serial # noqa