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

plisp_i2c_write(any ex) {} should return the number of bytes written #15

Open
ramangopalan opened this issue Feb 11, 2014 · 0 comments
Open
Assignees

Comments

@ramangopalan
Copy link
Member

In the current implementation, plisp_i2c_write() works exactly
like PicoLisp's prinl function and simply returns the last value
written.

eLua however returns the number of bytes written over i2c. Make
plisp_i2c_write return the same to keep things similar..

@ramangopalan ramangopalan self-assigned this Feb 11, 2014
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

No branches or pull requests

1 participant