MikrofonSensor und TemperaturSenor die zwei Python programme funktionieren. mit den jeweiligen 2 json Datein. Beim TemperaturSensor wird im Terminal keine Wertre ausgegeben aber in der json Datei kann man die Temp und Hum sehen.
This commit is contained in:
parent
4c654ec969
commit
1751076592
2614 changed files with 349009 additions and 0 deletions
26
lib/python3.11/site-packages/pyftdi/doc/api/ftdi.rst
Normal file
26
lib/python3.11/site-packages/pyftdi/doc/api/ftdi.rst
Normal file
|
@ -0,0 +1,26 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
.. include:: ../defs.rst
|
||||
|
||||
:mod:`ftdi` - FTDI low-level driver
|
||||
-----------------------------------
|
||||
|
||||
.. module :: pyftdi.ftdi
|
||||
|
||||
This module implements access to the low level FTDI hardware. There are very
|
||||
few reasons to use this module directly. Most of PyFtdi_ features are available
|
||||
through the dedicated :doc:`APIs <index>`.
|
||||
|
||||
Classes
|
||||
~~~~~~~
|
||||
|
||||
.. autoclass :: Ftdi
|
||||
:members:
|
||||
|
||||
|
||||
Exceptions
|
||||
~~~~~~~~~~
|
||||
|
||||
.. autoexception :: FtdiError
|
||||
.. autoexception :: FtdiMpsseError
|
||||
.. autoexception :: FtdiFeatureError
|
Loading…
Add table
Add a link
Reference in a new issue