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 firmware and library identification #1

Open
5 of 6 tasks
rexut opened this issue Nov 10, 2022 · 0 comments
Open
5 of 6 tasks

Basic firmware and library identification #1

rexut opened this issue Nov 10, 2022 · 0 comments
Assignees
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.
  • 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
rexut added a commit that referenced this issue Nov 15, 2022
- notes about current deficits
- more rules for contribution

related to: #1
@rexut rexut self-assigned this Nov 16, 2022
rexut added a commit that referenced this issue Nov 16, 2022
- fetch USB device firmware version
- fetch USB device serial number

related to: #1
rexut added a commit that referenced this issue Nov 25, 2022
- extended Sphinx features
- USB Control Transfer Requests of Little Wire firmware V1.2
- Little Wire Generic API
- Little Wire GPIO API
- Little Wire ADC API
- Little Wire PWM API

related to issues: #1 #2 #3 #4
rexut added a commit that referenced this issue Nov 25, 2022
- notes about current deficits
- more rules for contribution

related to: #1
rexut added a commit that referenced this issue Nov 25, 2022
- notes about current deficits
- more rules for contribution

related to: #1
rexut added a commit that referenced this issue Nov 25, 2022
- fetch USB device firmware version
- fetch USB device serial number

related to: #1
rexut added a commit that referenced this issue Nov 25, 2022
- extended Sphinx features, primarily with autodoc respectively
  autosummary, spell check and external references to origin APIs
- USB Control Transfer Requests of Little Wire firmware V1.2
- Little Wire Generic API
- Little Wire GPIO API
- Little Wire ADC API
- Little Wire PWM API

related to: #1 #2 #3 #4
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