My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
1234567891011121314 |
- /*
- BlinkM.h
- Library header file for BlinkM library
- */
- #if (ARDUINO >= 100)
- # include "Arduino.h"
- #else
- # include "WProgram.h"
- #endif
-
- #include "Wire.h"
-
- void SendColors(byte red, byte grn, byte blu);
|