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/
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:
Multiple device support.CURRENTLY NOT (YET) POSSIBLEExpected pin mapping:
MISOCH_BCH_2DODATATXSCKCH_3CH_1SCLSCKDATADATARXRESETCH_0CSDATAMOSICH_ACH_1SDADIDATAhttps://littlewire.github.io/