Confidential guide on numerology and astrology, based of GG33 Public information

Adafruit_python_mcp9808
Bibliothèque pour accéder au capteur de température de précision MCP9808 sur un Raspberry Pi ou Beaglebone Black.
3 years
Works with Finder
13
Github Watches
13
Github Forks
27
Github Stars
DEPRECATED LIBRARY Adafruit Python MCP9808
This library has been deprecated!
we are now only using our circuitpython sensor libraries in python
we are leaving the code up for historical/research purposes but archiving the repository.
check out this guide for using the mcp9808 with python! https://learn.adafruit.com/adafruit-mcp9808-precision-i2c-temperature-sensor-guide
Python library for accessing the MCP9808 precision temperature sensor on a Raspberry Pi or Beaglebone Black.
Designed specifically to work with the Adafruit MCP9808 sensor ----> https://www.adafruit.com/product/1782
To install, first make sure some dependencies are available by running the following commands (on a Raspbian or Beaglebone Black Debian install):
sudo apt-get update
sudo apt-get install build-essential python-dev python-smbus
Then download the library by clicking the download zip link to the right and unzip the archive somewhere on your Raspberry Pi or Beaglebone Black. Then execute the following command in the directory of the library:
sudo python setup.py install
Make sure you have internet access on the device so it can download the required dependencies.
See examples of usage in the examples folder.
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Written by Tony DiCola for Adafruit Industries. MIT license, all text above must be included in any redistribution
相关推荐
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
I find academic articles and books for research and literature reviews.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)
Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
🧑🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.
Serveurs MCP géniaux - une liste organisée de serveurs de protocole de contexte de modèle
Reviews

user_hilwQ1J8
I have been using Adafruit_Python_MCP9808 for my temperature sensing projects, and it is fantastic! Adafruit has created a reliable and easy-to-use Python library that interfaces smoothly with the MCP9808 sensor. The codebase is well-documented, and the GitHub repository provides everything you need to get started quickly. Highly recommend this for anyone needing precise temperature measurements in their Python projects!