Cover image
Try Now
2018-12-17

Bibliothek zur Verwendung von MCP23017 E/A -Expander -Chip mit STM32 über I2C -Schnittstelle

3 years

Works with Finder

0

Github Watches

6

Github Forks

15

Github Stars

MCP23017 library for STM32.

Library to use MCP23017 I/O Expander chip with STM32 via i2c interface.

       .---------.
GPB0<->|1  \_/ 28|<->GPA7
GPB1<->|         |<->GPA6
GPB2<->|    M    |<->GPA5
GPB3<->|    C    |<->GPA4
GPB4<->|    P    |<->GPA3
GPB5<->|    2    |<->GPA2
GPB6<->|    3    |<->GPA1
GPB7<->|    0    |<->GPA0
 VDD-->|    1    |-->INTA
 VSS-->|    7    |-->INTB
  NC---|         |-->~RESET
 SCL-->|         |<--A2
 SDA<->|         |<--A1
  NC---|14     15|<--A0
       '---------'

Example: Read bits from GPA then copy bits to GPB.

#include "mcp23017.h"

MCP23017_HandleTypeDef hmcp;

mcp23017_init(&hmcp, &hi2c1, MCP23017_ADDRESS_20); mcp23017_iodir(&hmcp, MCP23017_PORTA, MCP23017_IODIR_ALL_INPUT); mcp23017_iodir(&hmcp, MCP23017_PORTB, MCP23017_IODIR_ALL_OUTPUT);

while (1) { mcp23017_read_gpio(&hmcp, MCP23017_PORTA); hmcp.gpio[MCP23017_PORTB] = hmcp.gpio[MCP23017_PORTA]; mcp23017_write_gpio(&hmcp, MCP23017_PORTB); }

相关推荐

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

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.

  • jae-jae
  • MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.

  • ravitemer
  • Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)

  • patruff
  • Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden

  • pontusab
  • Die Cursor & Windsurf -Community finden Regeln und MCPs

  • av
  • Führen Sie mühelos LLM -Backends, APIs, Frontends und Dienste mit einem Befehl aus.

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 llm 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Zusammenfassung der weltbesten LLM -Ressourcen.

  • Mintplex-Labs
  • Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.

  • appcypher
  • Awesome MCP -Server - eine kuratierte Liste von Modellkontext -Protokollservern für Modellkontext

    Reviews

    1 (1)
    Avatar
    user_FoSoqlxk
    2025-04-18

    I've been using the mcp23017 and it's been phenomenal for expanding my I/O capabilities. Ruda has done an excellent job with this product, making it straightforward to integrate into various projects. The documentation on GitHub is clear and comprehensive, which really helps in getting started quickly. Highly recommend it for anyone looking to enhance their microcontroller projects.