We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Currently the VeryLittleWire library does nothing.
Describe the solution you'd like
i2cInit()
i2cBeginTransmission()
i2cSend()
i2cEndTransmission()
i2cRequestFrom()
i2cStart()
i2cWrite()
i2cRead()
i2cUpdateDelay()
Additional context
Intended overall functions:
Expected pin mapping:
MISO
CH_B
CH_2
DO
DATA
TX
SCK
CH_3
CH_1
SCL
RX
RESET
CH_0
CS
MOSI
CH_A
SDA
DI
https://littlewire.github.io/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently the VeryLittleWire library does nothing.
Describe the solution you'd like
i2cInit()
(note the CamelCase syntax)i2cBeginTransmission()
(note the CamelCase syntax)i2cSend()
(note the CamelCase syntax)i2cEndTransmission()
(note the CamelCase syntax)i2cRequestFrom()
(note the CamelCase syntax)i2cInit()
(note the CamelCase syntax)i2cStart()
(note the CamelCase syntax)i2cWrite()
(note the CamelCase syntax)i2cRead()
(note the CamelCase syntax)i2cUpdateDelay()
(note the CamelCase syntax)Additional context
Intended overall functions:
Multiple device support.CURRENTLY NOT (YET) POSSIBLEExpected pin mapping:
MISO
CH_B
CH_2
DO
DATA
TX
SCK
CH_3
CH_1
SCL
SCK
DATA
DATA
RX
RESET
CH_0
CS
DATA
MOSI
CH_A
CH_1
SDA
DI
DATA
https://littlewire.github.io/
The text was updated successfully, but these errors were encountered: