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

Basic I2C functionality support #6

Open
13 tasks
rexut opened this issue Nov 10, 2022 · 0 comments
Open
13 tasks

Basic I2C functionality support #6

rexut opened this issue Nov 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rexut
Copy link
Member

rexut commented Nov 10, 2022

Is your feature request related to a problem? Please describe.
Currently the VeryLittleWire library does nothing.

Describe the solution you'd like

Additional context

Intended overall functions:

  • 4 channel GPIO.
  • 2 channel ADC with 10 bit resolution.
  • 2 parallel hardware PWM outputs.
  • SPI interface.
  • I2C interface.
  • 1-Wire interface.
  • WS2812 RGB LED interface.
  • Multiple device support. CURRENTLY NOT (YET) POSSIBLE

Expected pin mapping:

Pin USBtinyISP Hard-PWM Soft-PWM ADC I2C SPI 1-Wire WS2812 CDC-232
1 MISO CH_B CH_2 - - DO - DATA TX
2 SCK - CH_3 CH_1 SCL SCK DATA DATA RX
3 RESET - - CH_0 - CS - DATA -
4 MOSI CH_A CH_1 - SDA DI - DATA -

https://littlewire.github.io/

@rexut rexut added the enhancement New feature or request label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant