{"id":26609947,"url":"https://github.com/8086net/circuitpython_tca9535","last_synced_at":"2026-04-28T20:37:10.340Z","repository":{"id":284008962,"uuid":"953081773","full_name":"8086net/CircuitPython_TCA9535","owner":"8086net","description":"CircuitPython library for TCA9535 and PCA9535 16-bit I2C I/O Expanders.","archived":false,"fork":false,"pushed_at":"2025-03-23T16:22:49.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T17:19:45.869Z","etag":null,"topics":["circuitpython","expander","i2c","pca9535","tca9535"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/8086net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-22T14:28:56.000Z","updated_at":"2025-03-23T16:22:52.000Z","dependencies_parsed_at":"2025-03-23T17:30:06.045Z","dependency_job_id":null,"html_url":"https://github.com/8086net/CircuitPython_TCA9535","commit_stats":null,"previous_names":["8086net/circuitpython_tca8535"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8086net%2FCircuitPython_TCA9535","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8086net%2FCircuitPython_TCA9535/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8086net%2FCircuitPython_TCA9535/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8086net%2FCircuitPython_TCA9535/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8086net","download_url":"https://codeload.github.com/8086net/CircuitPython_TCA9535/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245194088,"owners_count":20575712,"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":["circuitpython","expander","i2c","pca9535","tca9535"],"created_at":"2025-03-24T01:30:22.215Z","updated_at":"2026-04-28T20:37:10.297Z","avatar_url":"https://github.com/8086net.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CircuitPython_TCA9535\nCircuitPython library for TCA9535 and PCA9535 16-bit I2C Multiplexers\n\n```\nexpander = TCA8535.TCA8535(i2c, address=0x20)\npin5 = expander.get_pin(5)\npin12 = expander.get_pin(12)\n\npin5.direction=digitalio.Direction.OUTPUT\npin5.value=True\n```\n\nAddress Reference\n-----------------\n\n| A2 | A1 | A0 | Address |\n| -- | -- | -- | ------- |\n| L | L | L | 32 (decimal) 0x20 (hexadecimal) |\n| L | L | H | 33 (decimal) 0x21 (hexadecimal) |\n| L | H | L | 34 (decimal) 0x22 (hexadecimal) |\n| L | H | H | 35 (decimal) 0x23 (hexadecimal) |\n| H | L | L | 36 (decimal) 0x24 (hexadecimal) |\n| H | L | H | 37 (decimal) 0x25 (hexadecimal) |\n| H | H | L | 38 (decimal) 0x26 (hexadecimal) |\n| H | H | H | 39 (decimal) 0x27 (hexadecimal) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8086net%2Fcircuitpython_tca9535","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8086net%2Fcircuitpython_tca9535","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8086net%2Fcircuitpython_tca9535/lists"}