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

Human tester needed: Little Bits Arduino module #12

Closed
noopkat opened this issue Oct 3, 2015 · 3 comments
Closed

Human tester needed: Little Bits Arduino module #12

noopkat opened this issue Oct 3, 2015 · 3 comments

Comments

@noopkat
Copy link
Owner

noopkat commented Oct 3, 2015

This fits into #5. I do not own any sets from Little Bits. I added support a while ago but cannot test it at the moment.

If anyone has this module, could they please compile some form of 'hello world' script for it (such as a blink sketch) and run the following code to see if it works as expected?

var Avrgirl = require('avrgirl-arduino');

var avrgirl = new Avrgirl({
  board: 'little-bits',
  debug: true
});

avrgirl.flash('Blink.cpp.hex', function (error) {
  if (error) {
    console.error(error);
  } else {
    console.info('done.');
  }
});

Thanks a million 💛

@nodebotanist
Copy link

I will try to get a hold of one-- my dad for sure owns one, I'll see if he'll let me borrow it. If I can, I'll bring it to NYC later this week :D.

@noopkat
Copy link
Owner Author

noopkat commented Oct 20, 2015

@nodebotanist you are the best, thank you!

@noopkat
Copy link
Owner Author

noopkat commented Oct 26, 2015

confirmed working, thanks for testing this @nodebotanist 💛

@noopkat noopkat closed this as completed Oct 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants