{"id":13802300,"url":"https://github.com/AnthonyKNorman/ESP8266_MCP23S17","last_synced_at":"2025-05-13T13:30:35.120Z","repository":{"id":215170604,"uuid":"106534571","full_name":"AnthonyKNorman/ESP8266_MCP23S17","owner":"AnthonyKNorman","description":"Micropython library for using the MCP23S17 16-bit IO expander with the ESP8266","archived":false,"fork":false,"pushed_at":"2017-10-11T09:45:48.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-05T00:07:09.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnthonyKNorman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-10-11T09:36:17.000Z","updated_at":"2019-08-09T21:11:12.000Z","dependencies_parsed_at":"2024-01-03T00:31:32.548Z","dependency_job_id":"15911c41-ad58-4cf5-9097-72ec3e7a808a","html_url":"https://github.com/AnthonyKNorman/ESP8266_MCP23S17","commit_stats":null,"previous_names":["anthonyknorman/esp8266_mcp23s17"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonyKNorman%2FESP8266_MCP23S17","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonyKNorman%2FESP8266_MCP23S17/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonyKNorman%2FESP8266_MCP23S17/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonyKNorman%2FESP8266_MCP23S17/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnthonyKNorman","download_url":"https://codeload.github.com/AnthonyKNorman/ESP8266_MCP23S17/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225218006,"owners_count":17439712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T00:01:41.534Z","updated_at":"2024-11-18T17:31:15.227Z","avatar_url":"https://github.com/AnthonyKNorman.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["IO"],"readme":"# ESP8266_MCP23S17\nMicropython library for using the MCP23S17 16-bit IO expander with the ESP8266\n\nMCP23S17.py - Fundamentals for driving the MCP23S17\n\nmcp_gpio.py - Extraction to provide simple bit-based io read and write\n```python\nimport mcp_gpio\na = mcp_gpio.GPIO_Pin(5)      # a is Pin 5\na.value(1)                    # write 1 to pin 5\nb = mcp_gpio.GPIO_Pin(6)      # b is pin 6\nc = b.value()                 # read pin 6 into c\n```\n\nexample.py - Example using mcp_gpio.py\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAnthonyKNorman%2FESP8266_MCP23S17","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAnthonyKNorman%2FESP8266_MCP23S17","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAnthonyKNorman%2FESP8266_MCP23S17/lists"}