Skip to content

Commit c477062

Browse files
committed
lib ideas
1 parent d03c1c2 commit c477062

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

miniblip_lib/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Miniblip Library
2+
3+
Some ideas of @victordiaz
4+
5+
miniblip.beep(note, duration)
6+
miniblip.matrix(i, j, r, g, b);
7+
miniblip.matrixBrightness([0 ... 100);
8+
miniblip.readButton();
9+
miniblip.readPot();
10+
miniblip.save(position, value); //Use the internal limited eeprom
11+
miniblip.load(position, value); //load the stored value
12+
13+
//this is for the "circles".
14+
//Since the capacitance changes depending on the environment or things connected we need a way to calibrate them on the fly.
15+
miniblip.setCapacitivePin([ pin number], );
16+
miniblip.capacitivePinThreeshold(value)

0 commit comments

Comments
 (0)