You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We did a really awesome progress during the hackathon.
It would be cool if we can merge some of the code we did into a reusable library to simplify some little things.
I propose methods as follow (What I'm writing here is pretty Java like. I'm not superinto C sintax so any proposal is more than welcome :)
miniblip.beep(note, duration)
miniblip.matrix(i, j, r, g, b);
miniblip.matrixBrightness([0 ... 100);
miniblip.readButton();
miniblip.readPot();
miniblip.save(position, value); //Use the internal limited eeprom
miniblip.load(position, value); //load the stored value
//this is for the "circles".
//Since the capacitance changes depending on the environment or things connected we need a way to calibrate them on the fly.
miniblip.setCapacitivePin([ pin number], );
miniblip.capacitivePinThreeshold(value)
The text was updated successfully, but these errors were encountered:
We did a really awesome progress during the hackathon.
It would be cool if we can merge some of the code we did into a reusable library to simplify some little things.
@javacasm Started to create one here https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/miniblip_lib
I propose methods as follow (What I'm writing here is pretty Java like. I'm not superinto C sintax so any proposal is more than welcome :)
The text was updated successfully, but these errors were encountered: