Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module mcp3xxx #227

Merged
merged 1 commit into from
Oct 28, 2022
Merged

Add module mcp3xxx #227

merged 1 commit into from
Oct 28, 2022

Conversation

koleo9am
Copy link
Contributor

@koleo9am koleo9am commented May 8, 2021

New implementation for all MCP3xxx ADC that are supported by gpiozero

@koleo9am koleo9am force-pushed the develop branch 3 times, most recently from fea3680 to 4ee0768 Compare May 8, 2021 13:56
@koleo9am
Copy link
Contributor Author

koleo9am commented May 8, 2021

This sensor module adds support for all MCP3xxx ADCs.

Usage:

sensor_modules:
  - name: mcp3201
    module: mcp3xxx
    spi_port: 0
    spi_device: 0
    type: mcp3008
    channel: 0
    differential: False
    max_voltage: 3.3

Supported types are: MCP3001, MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204, MCP3208, MCP3301, MCP3302, MCP3304, MCP3308

Sensor configuration is standard.

@Pro
Copy link

Pro commented Apr 3, 2022

Ah nice! just saw that you created almost the same MR as I just did. Closed mine (#261)

@BenjiU BenjiU merged commit 4a910b2 into flyte:develop Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants