|
static void | BlinkM_begin () |
|
static void | BlinkM_scanI2CBus (byte from, byte to, void(*callback)(byte add, byte result)) |
|
static int8_t | BlinkM_findFirstI2CDevice () |
|
static void | BlinkM_startPowerWithPins (byte pwrpin, byte gndpin) |
|
static void | BlinkM_stopPowerWithPins (byte pwrpin, byte gndpin) |
|
static void | BlinkM_startPower () |
|
static void | BlinkM_stopPower () |
|
static void | BlinkM_beginWithPowerPins (byte pwrpin, byte gndpin) |
|
static void | BlinkM_beginWithPower () |
|
static void | BlinkM_sendCmd (byte addr, byte *cmd, int cmdlen) |
|
static int | BlinkM_receiveBytes (byte addr, byte *resp, byte len) |
|
static void | BlinkM_setAddress (byte newaddress) |
|
static int | BlinkM_getAddress (byte addr) |
|
static int | BlinkM_getVersion (byte addr) |
|
static int | BlinkM_checkAddress (byte addr) |
|
static void | BlinkM_setFadeSpeed (byte addr, byte fadespeed) |
|
static void | BlinkM_setTimeAdj (byte addr, byte timeadj) |
|
static void | BlinkM_fadeToRGB (byte addr, byte red, byte grn, byte blu) |
|
static void | BlinkM_fadeToHSB (byte addr, byte hue, byte saturation, byte brightness) |
|
static void | BlinkM_setRGB (byte addr, byte red, byte grn, byte blu) |
|
static void | BlinkM_fadeToRandomRGB (byte addr, byte rrnd, byte grnd, byte brnd) |
|
static void | BlinkM_fadeToRandomHSB (byte addr, byte hrnd, byte srnd, byte brnd) |
|
static void | BlinkM_getRGBColor (byte addr, byte *r, byte *g, byte *b) |
|
static void | BlinkM_playScript (byte addr, byte script_id, byte reps, byte pos) |
|
static void | BlinkM_stopScript (byte addr) |
|
static void | BlinkM_setScriptLengthReps (byte addr, byte script_id, byte len, byte reps) |
|
static void | BlinkM_readScriptLine (byte addr, byte script_id, byte pos, blinkm_script_line *script_line) |
|
static void | BlinkM_writeScriptLine (byte addr, byte script_id, byte pos, byte dur, byte cmd, byte arg1, byte arg2, byte arg3) |
|
static void | BlinkM_writeScript (byte addr, byte script_id, byte len, byte reps, blinkm_script_line *lines) |
|
static void | BlinkM_setStartupParams (byte addr, byte mode, byte script_id, byte reps, byte fadespeed, byte timeadj) |
|
static int | BlinkM_getInputsO (byte addr) |
|
static int | BlinkM_getInputs (byte addr, byte inputs[]) |
|